Skip to content

Commit

Permalink
Release title not working?
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored May 1, 2024
1 parent 5b9d97c commit 7ea8b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.build_iso.outputs.date }}
release_name: v${{ steps.build_iso.outputs.date }}
tag_name: v${{ env.BUILD_DATE }}
release_name: v${{ env.BUILD_DATE }}
body: |
Automated release powered by GitHub Actions.
Expand Down

0 comments on commit 7ea8b69

Please sign in to comment.