We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae44f47 commit dcd9b29Copy full SHA for dcd9b29
1 file changed
.github/workflows/jfrog-publish.yml
@@ -9,7 +9,7 @@ permissions:
9
contents: write
10
11
jobs:
12
- set-version:
+ tag:
13
runs-on: ubuntu-latest
14
outputs:
15
VERSION: ${{ steps.get-version.outputs.VERSION }}
@@ -35,10 +35,10 @@ jobs:
35
echo "Publishing version ${VERSION}"
36
37
build:
38
- needs: set-version
+ needs: tag
39
uses: ./.github/workflows/pypi-build-artifacts.yml
40
with:
41
- VERSION: ${{ needs.set-version.outputs.VERSION }}
+ VERSION: ${{ needs.tag.outputs.VERSION }}
42
43
publish:
44
name: Publish to JFrog Artifactory
0 commit comments