Skip to content

Commit 2b6a562

Browse files
committed
fix: 태그 생성 워크플로우 수정
1 parent 0f792dc commit 2b6a562

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/headver-tagging.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
generate_tag:
1414
runs-on: ubuntu-latest
15+
permissions: write-all
1516
outputs:
1617
version: ${{ steps.compute_version.outputs.version }}
1718
steps:
@@ -52,8 +53,8 @@ jobs:
5253
echo "version=$VERSION" >> $GITHUB_ENV
5354
echo "::set-output name=version::$VERSION"
5455
55-
- name: Push Git Tag
56-
uses: actions/github-script@v5
56+
- name: Create Tag
57+
uses: actions/github-script@v6
5758
with:
5859
script: |
5960
github.rest.git.createRef({

0 commit comments

Comments
 (0)