Skip to content

Commit

Permalink
improve workflow (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlevin authored Jul 15, 2024
1 parent 87d61dc commit 19a4579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.VERSION }}
release_name: v${{ env.VERSION }}
tag_name: "v${{ env.VERSION }}"
release_name: "v${{ env.VERSION }}"
body: |
See the [changelog](CHANGELOG.md) for details.
draft: false
Expand Down

0 comments on commit 19a4579

Please sign in to comment.