Skip to content

Commit

Permalink
fix: author
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahboston committed Aug 30, 2023
1 parent 6d3fac5 commit 08d4e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docker-image-every-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- run: npm install @semantic-release/git
- name: Release
env:
# GIT_AUTHOR_NAME: elijahboston
# GIT_AUTHOR_EMAIL: elijah@nameless.io
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}`
run: npx semantic-release
publish-dev:
Expand Down

0 comments on commit 08d4e42

Please sign in to comment.