Skip to content

Commit

Permalink
contents
Browse files Browse the repository at this point in the history
  • Loading branch information
raon0211 committed May 31, 2024
1 parent ce44db1 commit 3f25118
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
contents: write
deployments: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
# body_path: ${{ steps.extract-changelog.outputs.output-file }}
# repository: toss/es-toolkit
# generate_release_notes: false
# token: ${{ secrets.TOSS_GITHUB_TOKEN }}
# token: ${{ secrets.GITHUB_TOKEN }}
- if: |
github.event_name == 'push'
run: |
Expand Down

0 comments on commit 3f25118

Please sign in to comment.