Skip to content

Commit 6b96bdb

Browse files
authored
Merge pull request #46 from feloy/fix-release-version-in-package-json-2
fix release script to stay in same repo
2 parents b5f5590 + ad7721d commit 6b96bdb

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)