Skip to content

Commit a9ed4c4

Browse files
authored
Fix actions/publish-action version (#50)
1 parent 16a00aa commit a9ed4c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@v5
15-
- uses: actions/[email protected]
16-
with:
17-
source-tag: ${{ github.ref_name }}
15+
- uses: actions/[email protected]

0 commit comments

Comments
 (0)