From ee3e2a9b370214defb96ecc6a0848964e5f9bf13 Mon Sep 17 00:00:00 2001 From: Cina Saffary Date: Wed, 30 Aug 2023 17:27:17 -0500 Subject: [PATCH] add tag_name input to Tag & Release Action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a79443..8934a51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,8 @@ jobs: - name: Tag & Release Action if: steps.changesets.outputs.published == 'true' + with: + tag_name: v${{ fromJSON(steps.changesets.outputs.publishedPackages)[0].version }} uses: JasonEtco/build-and-tag-action@v2 env: GITHUB_TOKEN: ${{ github.token }}