Skip to content

Commit 57efdfc

Browse files
committed
set id
1 parent 7ab3438 commit 57efdfc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
tag: ${{ steps.run-tagpr.outputs.tag }}
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: Songmu/tagpr@v1
18+
- name: debug
19+
run: ls -l
20+
- id: run-tagpr
21+
uses: Songmu/tagpr@v1
1922
env:
2023
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2124

0 commit comments

Comments
 (0)