Skip to content

Commit

Permalink
Merge pull request #93 from AstarNetwork/fix/bump-patch
Browse files Browse the repository at this point in the history
Update bump-version.yml
  • Loading branch information
mc2eqe authored Oct 11, 2023
2 parents 304328e + 5e44d93 commit e0b3b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
token: ${{ secrets.GIT_USER_TOKEN }}
- run: git config --global user.email ${{ secrets.GIT_USER_EMAIL }}
- run: git config --global user.name "GitHub Actions"
- uses: actions/setup-node@v3
Expand All @@ -24,6 +24,7 @@ jobs:
with:
github_token: ${{ secrets.GIT_USER_TOKEN }}
branch: main
tags: true
- uses: actions/upload-artifact@v3
with:
name: src
Expand Down

0 comments on commit e0b3b8f

Please sign in to comment.