Skip to content

Commit

Permalink
Merge pull request #4 from mitch1009/mitch1009-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
mitch1009 authored Sep 7, 2024
2 parents 5c85f88 + d48302c commit 38ed53b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
id: release_trigger
uses: mitch1009/[email protected]
with:
git_user_email: ${{env.GIT_USER_EMAIL}}
git_username: ${{env.GIT_USERNAME }}
gpg_private_key: ${{env.GPG_PRIVATE_KEY}}
gpg_passphrase: ${{env.GLOBAL_GPG_PASSPHRASE}}
git_token: ${{env.GIT_TOKEN}}
git_user_email: ${{secrets.GIT_USER_EMAIL}}
git_username: ${{secrets.GIT_USERNAME }}
gpg_private_key: ${{secrets.GPG_PRIVATE_KEY}}
gpg_passphrase: ${{secrets.GLOBAL_GPG_PASSPHRASE}}
git_token: ${{secrets.GIT_TOKEN}}
bump_script: "release"
release_branch: "main"
version_file_path: "package.json"
Expand Down

0 comments on commit 38ed53b

Please sign in to comment.