Skip to content

Commit dcd9b29

Browse files
committed
Rename set-version job to tag in JFrog publish workflow
1 parent ae44f47 commit dcd9b29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/jfrog-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: write
1010

1111
jobs:
12-
set-version:
12+
tag:
1313
runs-on: ubuntu-latest
1414
outputs:
1515
VERSION: ${{ steps.get-version.outputs.VERSION }}
@@ -35,10 +35,10 @@ jobs:
3535
echo "Publishing version ${VERSION}"
3636
3737
build:
38-
needs: set-version
38+
needs: tag
3939
uses: ./.github/workflows/pypi-build-artifacts.yml
4040
with:
41-
VERSION: ${{ needs.set-version.outputs.VERSION }}
41+
VERSION: ${{ needs.tag.outputs.VERSION }}
4242

4343
publish:
4444
name: Publish to JFrog Artifactory

0 commit comments

Comments
 (0)