mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-10 07:05:29 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21d303ab46 |
2
.github/workflows/ci_cd.yml
vendored
2
.github/workflows/ci_cd.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Tag
|
||||
run: git tag -f v${MAJOR_VERSION} && git push origin v${MAJOR_VERSION}
|
||||
run: git tag -f v${MAJOR_VERSION} && git push -f origin v${MAJOR_VERSION}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
MAJOR_VERSION: ${{ steps.semantic.outputs.new_release_major_version }}
|
||||
|
||||
Reference in New Issue
Block a user