mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-13 00:25:26 +00:00
Merge branch 'master' into nf_retry_p1
This commit is contained in:
2
.github/workflows/ci_cd.yml
vendored
2
.github/workflows/ci_cd.yml
vendored
@@ -584,6 +584,8 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Tag
|
||||
# only bump v# (e.g., v3) tag if semantic release action publishes any new version
|
||||
if: ${{ steps.semantic.outputs.new_release_major_version != '' }}
|
||||
run: git tag -f v${MAJOR_VERSION} && git push -f origin v${MAJOR_VERSION}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user