From 313e6b454e2306f418d70a181d875be69e599daf Mon Sep 17 00:00:00 2001 From: Tomoki Miyauchi Date: Tue, 30 Jul 2024 23:55:33 +0900 Subject: [PATCH] ci: pass new release tag --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df8e205..ae4725c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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 }}