Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 24c5ad7

Browse files
committed
Fix checking out the new tag
1 parent 8aaea46 commit 24c5ad7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ jobs:
4545
prerelease: false
4646

4747
publish:
48-
needs: [release]
48+
needs: [build, release]
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@v2
52+
with:
53+
ref: ${{ needs.build.outputs.new_tag }}
5254
- name: Set up Python
5355
uses: actions/setup-python@v2
5456
with:

0 commit comments

Comments
 (0)