Skip to content

Commit

Permalink
remove tag field
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Jul 29, 2024
1 parent 613c6d9 commit 012adb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
with:
artifacts: evidence-${{ matrix.os }}-${{ matrix.arch }}-node${{ matrix.node }}.zip
token: ${{ secrets.GH_ACTIONS_RELEASE_TOKEN }}
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
body: |
Release for ${{ matrix.os }} ${{ matrix.arch }} with Node.js ${{ matrix.node }}
draft: false
prerelease: false
allowUpdates: true # This allows updating existing releases
allowUpdates: true

0 comments on commit 012adb1

Please sign in to comment.