Skip to content

Commit 791f292

Browse files
Fix goreleaser automation (#1160)
* Updated Release Workflow * Updated Release Workflow * Updated Release Workflow * Updated Release Workflow * Fix Release Pipeline
1 parent e644575 commit 791f292

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
path: homebrew-auth0-cli
4444

4545
- name: Import GPG key for Homebrew Tap
46-
id: import_gpg
4746
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # ping 6.2.0
4847
with:
4948
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
@@ -84,7 +83,6 @@ jobs:
8483
cp auth0-cli/dist/scoop/*.json scoop-auth0-cli/
8584
8685
- name: Import GPG key for Scoop
87-
id: import_gpg
8886
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # ping 6.2.0
8987
with:
9088
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)