Skip to content

Commit

Permalink
fix: add release tag suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Oct 23, 2021
1 parent d086b70 commit fb8641c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{steps.gitversion.outputs.FullSemVer}}
tag_name: ${{steps.gitversion.outputs.FullSemVer}}+canary
release_name: ${{env.PLUGIN_NAME}} ${{steps.gitversion.outputs.MajorMinorPatch}}
draft: false
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{steps.gitversion.outputs.FullSemVer}}
tag_name: ${{steps.gitversion.outputs.FullSemVer}}+testing
release_name: ${{env.PLUGIN_NAME}} ${{steps.gitversion.outputs.MajorMinorPatch}}
draft: false
prerelease: false
Expand Down

0 comments on commit fb8641c

Please sign in to comment.