Skip to content

Commit

Permalink
Merge pull request #101 from mercari/fix-typo-in-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
KeisukeYamashita authored Jan 16, 2021
2 parents 0d10330 + 595bbd8 commit f992c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphase: ${{ secrets.PASSPHRASE }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Release provider
uses: goreleaser/goreleaser-action@v2.4.1
with:
Expand Down

0 comments on commit f992c09

Please sign in to comment.