Skip to content

Commit

Permalink
Update tagged-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AyrtonB committed Mar 27, 2021
1 parent 9640137 commit a0f9a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Set PyPi version as tag
run: python -m moepy.utils set-current-package-version ${{ steps.get_version.outputs.VERSION }}
run: python -m moepy.cicd set-current-package-version ${{ steps.get_version.outputs.VERSION }}

- name: Create latest distribution
run: |
Expand Down

0 comments on commit a0f9a6b

Please sign in to comment.