Skip to content

Commit 98b82d5

Browse files
authored
Merge pull request #22 from git-mastery/woojiahao/fix-publish
Fix version determination
2 parents 5124744 + dd6d335 commit 98b82d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
permissions: write-all
253253
uses: git-mastery/gitmastery-apt-repo/.github/workflows/debian-apt-repo.yml@main
254254
with:
255-
version: ${{ github.ref_name }}
255+
version: ${{ needs.prepare.outputs.ref_name }}
256256
secrets: inherit
257257

258258
arch-publish:

0 commit comments

Comments
 (0)