Skip to content

Commit 129a9ca

Browse files
authored
Fix actions/publish-action input (#51)
1 parent a9ed4c4 commit 129a9ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- uses: actions/[email protected]
16+
with:
17+
source-tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)