Skip to content

Commit

Permalink
reverse if:
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Feb 29, 2024
1 parent 5d03c8e commit 2a17a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- run: npm run build
- run: npm run build-zip
- uses: softprops/action-gh-release@v1
if: github.event_name == 'pull_request'
if: startsWith(github.ref, 'refs/tags/')
with:
files: lambda.zip
name: lambda
- uses: actions/upload-artifact@v3
if: startsWith(github.ref, 'refs/tags/')
if: github.event_name == 'pull_request'
with:
path: lambda.zip
name: lambda

0 comments on commit 2a17a13

Please sign in to comment.