Skip to content

Commit ad7721d

Browse files
committed
checkout on tag instead
1 parent 7e0a600 commit ad7721d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
- run: podman info
101101

102102
- uses: actions/checkout@v4
103+
with:
104+
ref: ${{ needs.tag.outputs.githubTag }}
103105

104106
- uses: actions/setup-node@v3
105107
with:

0 commit comments

Comments
 (0)