Skip to content

Commit

Permalink
Update release.yml - adds quotes around tag
Browse files Browse the repository at this point in the history
  • Loading branch information
momo-the-monster authored Jul 27, 2023
1 parent 7d6eb6b commit 3f0cde2
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 @@ -49,7 +49,7 @@ jobs:
id: tag_version
uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923
with:
tag: ${{env.version}}
tag: "${{env.version}}"

- name: Make Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
Expand Down

0 comments on commit 3f0cde2

Please sign in to comment.