Skip to content

Commit

Permalink
sync-server: synced local './.github/workflows/bump.yml' with remote …
Browse files Browse the repository at this point in the history
…'./configs/.github/workflows/bump.yml' (#61)
  • Loading branch information
lumirlumir authored Sep 16, 2024
1 parent 3f5f97c commit 479910f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_PAT }}

steps:
- name: Set up checkout
Expand Down Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Bump
run: |
git config --global user.name 'github-actions'
git config --global user.email 'actions@github.com'
git config --global user.name '루밀LuMir'
git config --global user.email 'rpfos@naver.com'
git switch -c release-${{ inputs.type }}-${{ env.SHORT_SHA }}
npm version ${{ inputs.type }} -m "release(${{ inputs.type }}): v%s"
Expand Down

0 comments on commit 479910f

Please sign in to comment.