Skip to content

Commit

Permalink
make the create github release step succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jul 20, 2024
1 parent e671829 commit 9a4f786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
uses: actions/create-release@v1

with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
tag_name: 'taggers'
release_name: Release test
draft: true
prerelease: false

- name: Upload Release Asset (macOS)
Expand Down

0 comments on commit 9a4f786

Please sign in to comment.