mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
add tag_name input to Tag & Release Action
This commit is contained in:
parent
361844799a
commit
ee3e2a9b37
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue