We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d90471 commit 59744e2Copy full SHA for 59744e2
.github/workflows/release.yml
@@ -48,8 +48,6 @@ jobs:
48
- name: Describe plugin
49
id: plugin_describe
50
run: echo "api_version=$(go run . describe | jq -r '.api_version')" >> "$GITHUB_OUTPUT"
51
- - name: Install signore
52
- uses: hashicorp/setup-signore-package@v1
53
- name: Run GoReleaser
54
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
55
with:
@@ -58,6 +56,3 @@ jobs:
58
56
env:
59
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
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