Merge pull request #164 from cloudflare/cina/fix-release-workflow

add `tag_name` input to Tag & Release Action step of release workflow
This commit is contained in:
Cina Saffary 2023-08-31 09:51:29 -05:00 committed by GitHub
commit 4528b66125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}