Skip to content

Commit d63aa40

Browse files
authored
ci: bump wfctl pin v0.63.1 → v0.63.2 (workflow#765 implementation actually shipped) (#11)
v0.63.1 was tagged at a commit that did NOT include the verify-capabilities subcommand (PR #766 squash-merge ran against stale remote ref; implementation commits stayed local). v0.63.2 (tagged at PR #769 merge) ships the actual subcommand. This PR bumps the release.yml pin so the new step ('wfctl plugin verify-capabilities --binary ... .') resolves to a binary that has the subcommand.
1 parent 884418b commit d63aa40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
go-version-file: go.mod
2222
cache: true
2323

24-
- name: Install wfctl v0.63.1
24+
- name: Install wfctl v0.63.2
2525
run: |
2626
mkdir -p "${RUNNER_TEMP}/wfctl-bin"
2727
curl -sSfL -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
2828
-o "${RUNNER_TEMP}/wfctl-bin/wfctl" \
29-
"https://github.com/GoCodeAlone/workflow/releases/download/v0.63.1/wfctl-linux-amd64"
29+
"https://github.com/GoCodeAlone/workflow/releases/download/v0.63.2/wfctl-linux-amd64"
3030
chmod +x "${RUNNER_TEMP}/wfctl-bin/wfctl"
3131
- name: Validate plugin contract for publish (pre-build)
3232
run: "${{ runner.temp }}/wfctl-bin/wfctl plugin validate-contract --for-publish --tag ${{ github.ref_name }} ."

0 commit comments

Comments
 (0)