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 6e3e48e commit 7fc4179Copy full SHA for 7fc4179
1 file changed
.github/workflows/release-plugin.yaml
@@ -25,7 +25,6 @@ jobs:
25
- uses: actions/setup-go@v3
26
with:
27
go-version: ${{ env.GO_VERSION }}
28
- cache: true
29
- name: Determine Plugin Info
30
run: echo "PLUGIN_NAME=$(basename ${{ inputs.path }})" >> $GITHUB_ENV
31
- name: Build binary artifacts
0 commit comments