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 a3c1481 commit d1bdf69Copy full SHA for d1bdf69
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
with:
16
- fetch-tags: true
+ fetch-depth: 0
17
- name: Determine version number
18
run: echo "VERSION=$(echo '${{ github.ref_name }}' | sed 's/-rc.*//')" >> $GITHUB_ENV
19
- name: Fail if that tag already exists
0 commit comments