Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Apr 29, 2024
1 parent 8faf648 commit 62d8963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
set -x
VERSION=v$(cat package/version)
gh release create --draft ${VERSION} --target ${{ github.sha }}
gh release create ${VERSION} --target ${{ github.sha }}
# release:
# name: 'Publish Release'
Expand Down

0 comments on commit 62d8963

Please sign in to comment.