Skip to content

Commit 59744e2

Browse files
authored
Update release.yml
1 parent 4d90471 commit 59744e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
- name: Describe plugin
4949
id: plugin_describe
5050
run: echo "api_version=$(go run . describe | jq -r '.api_version')" >> "$GITHUB_OUTPUT"
51-
- name: Install signore
52-
uses: hashicorp/setup-signore-package@v1
5351
- name: Run GoReleaser
5452
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
5553
with:
@@ -58,6 +56,3 @@ jobs:
5856
env:
5957
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6058
API_VERSION: ${{ steps.plugin_describe.outputs.api_version }}
61-
SIGNORE_CLIENT_ID: ${{ secrets.SIGNORE_CLIENT_ID }}
62-
SIGNORE_CLIENT_SECRET: ${{ secrets.SIGNORE_CLIENT_SECRET }}
63-
SIGNORE_SIGNER: ${{ secrets.SIGNORE_SIGNER }}

0 commit comments

Comments
 (0)