Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownNPC authored May 3, 2024
1 parent 8ea7fdc commit ab95e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: ${{ steps.upload.outputs.artifact }}
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
tag: ${{ github.run_number }}
name: Release ${{ github.run_number }}
commit: ${{ github.sha }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ab95e07

Please sign in to comment.