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 b90ea55 commit 621e768Copy full SHA for 621e768
.github/workflows/release.yml
@@ -30,6 +30,7 @@ jobs:
30
31
resolve-version:
32
uses: ./.github/workflows/resolve-version.yml
33
+ needs: [ check ]
34
with:
35
desired-version: ${{ github.event.release.tag_name || github.event.inputs.version }}
36
0 commit comments