Skip to content

Commit

Permalink
update release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Oct 3, 2024
1 parent ad06307 commit 56546ab
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 @@ -91,7 +91,7 @@ jobs:
- name: Create release
uses: taiki-e/create-gh-release-action@v1
with:
title: ${{ steps.vars.outputs.version }}
title: ${{ needs.release.outputs.version }}
changelog: release_notes.md
branch: master
token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 56546ab

Please sign in to comment.