Skip to content

Commit

Permalink
Fix startsWith
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Feb 29, 2024
1 parent 4b18887 commit 5d03c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
files: lambda.zip
name: lambda
- uses: actions/upload-artifact@v3
if: github.event_name == 'push' && github.ref_type == 'tag'
if: startsWith(github.ref, 'refs/tags/')
with:
path: lambda.zip
name: lambda

0 comments on commit 5d03c8e

Please sign in to comment.