Skip to content

Commit

Permalink
So Many Damn Brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinstrom committed Feb 29, 2024
1 parent d9a8f81 commit c6d465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/signrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ${{env.MODULE_RAWNAME}}-${{env.MODULE_VERSION}}.tar.gz
tag_name: v${env.MODULE_VERSION}
tag_name: v${{env.MODULE_VERSION}}
title: Release ${{env.MODULE_VERSION}}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c6d465f

Please sign in to comment.