Skip to content

Commit

Permalink
ci: updating links (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyao117 authored Nov 21, 2024
1 parent cd72303 commit 5922e43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ jobs:

- name: release using semantic-release
env:
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
GH_TOKEN: ${{ secrets.ADMIN_TOKEN }}
GIT_AUTHOR_NAME: sccdeveloper
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: sccdeveloper
GIT_COMMITTER_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
run: |
pip install --user bumpversion
npm install @semantic-release/changelog
Expand Down

0 comments on commit 5922e43

Please sign in to comment.