Skip to content

Commit

Permalink
fix : tag를 push할 권한이 없어서 발생하는 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
joon6093 authored Sep 27, 2024
1 parent cb0682d commit d6ea484
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-release-tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- main


permissions: write-all

jobs:
create-tag:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d6ea484

Please sign in to comment.