Skip to content

Commit

Permalink
add tag_name input to Tag & Release Action
Browse files Browse the repository at this point in the history
  • Loading branch information
1000hz committed Aug 30, 2023
1 parent 3618447 commit ee3e2a9
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 @@ -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 }}

0 comments on commit ee3e2a9

Please sign in to comment.