Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjkula authored Nov 2, 2023
1 parent d3c560c commit 4fd2311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ v0.8.0 }}
release_name: Release ${{ v0.8.0 }}
draft: false
prerelease: false
prerelease: true

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 4fd2311

Please sign in to comment.