Skip to content

Commit

Permalink
🔧 Fix(Actions): and -> &&.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Jul 2, 2023
2 parents 5888c56 + 2611efb commit 7eebdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Create Release and Upload Release Asset
uses: softprops/action-gh-release@v1
if: github.event_name != 'pull_request' and startsWith(github.ref, 'refs/tags/')
if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
Expand Down

0 comments on commit 7eebdc9

Please sign in to comment.