We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e761f0f commit 04b1c19Copy full SHA for 04b1c19
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
resolve-version:
35
uses: ./.github/workflows/resolve-version.yml
36
- needs: [ check ]
+# needs: [ check ]
37
with:
38
desired-version: ${{ github.event.release.tag_name || github.event.inputs.version }}
39
0 commit comments