Skip to content

Commit

Permalink
chore(ci): remove JS handling from workflow conditionals (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 29, 2025
1 parent 6ca60fd commit 79c04d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ jobs:

- name: Create Release
uses: softprops/action-gh-release@v2
if: ${{ steps.changelog.outputs.tag != '' }}
if: steps.changelog.outputs.tag != ''
continue-on-error: true
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 79c04d8

Please sign in to comment.