Skip to content

Commit

Permalink
set id
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Mar 8, 2024
1 parent 7ab3438 commit 57efdfc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
tag: ${{ steps.run-tagpr.outputs.tag }}
steps:
- uses: actions/checkout@v4
- uses: Songmu/tagpr@v1
- name: debug
run: ls -l
- id: run-tagpr
uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 57efdfc

Please sign in to comment.