mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
remove second tagging
This commit is contained in:
6
.github/workflows/preview.yml
vendored
6
.github/workflows/preview.yml
vendored
@@ -114,12 +114,6 @@ jobs:
|
||||
summary="${summary//$'\r'/'%0D'}"
|
||||
echo "release_summary=$summary" >> $GITHUB_STATE
|
||||
|
||||
- name: tag preview version
|
||||
run: |
|
||||
git tag nb5-${{ env.PREVIEW_VERSION }}
|
||||
git tag -f nb5-preview
|
||||
git push --tags
|
||||
|
||||
- name: bump minor version
|
||||
run: |
|
||||
scripts/bump-minor-version
|
||||
|
||||
Reference in New Issue
Block a user