Skip to content

Commit

Permalink
fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Feb 7, 2024
1 parent 98b5b52 commit 1ca9da1
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 @@ -15,6 +15,6 @@ jobs:
id: changelog
- name: Release
uses: softprops/action-gh-release@v1
if: '!contains(github.ref_name, "-")'
if: "!contains(github.ref_name, '-')"
with:
body_path: ${{ steps.changelog.outputs.file }}

0 comments on commit 1ca9da1

Please sign in to comment.