Skip to content

Commit

Permalink
ci: pass new release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jul 30, 2024
1 parent b588225 commit 313e6b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
contents: write
outputs:
new_release: ${{ steps.semantic.outputs.new_release_published }}
tag_name: ${{ steps.semantic.outputs.new_release_git_tag }}

strategy:
matrix:
Expand Down Expand Up @@ -119,5 +120,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: target/${{ matrix.target }}/libfile_dialog*
tag_name: ${{ needs.release.outputs.tag_name }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 313e6b4

Please sign in to comment.