Skip to content

Commit

Permalink
removed tag from build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhilker98 authored Oct 31, 2023
1 parent 7934528 commit 551d225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "*.zip"
tag: ${{ env.SHORT_SHA }}
body: ${{ env.GIT_COMMIT_MESSAGE_BODY }}
commit: ${{ github.event.head_commit.id }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 551d225

Please sign in to comment.