We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f621b56 commit d38a41dCopy full SHA for d38a41d
1 file changed
.github/workflows/blank.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Fetch tags
95
run: |
96
echo "Fetch tags"
97
- git fetch --tags --force
+ git fetch --tags
98
- name: Build a changelog
99
run: ./infra/scripts/prepare_release_msg.sh
100
- name: Create Release
0 commit comments