Skip to content

Commit 944d00f

Browse files
authored
ci: bump wfctl pin v0.63.1 → v0.63.2 (workflow#765 implementation actually shipped) (#21)
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 dfc3e83 commit 944d00f

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
@@ -24,12 +24,12 @@ jobs:
2424
exit 1
2525
fi
2626
git config --global url."https://x-access-token:${RELEASES_TOKEN}@github.com/GoCodeAlone/".insteadOf "https://github.com/GoCodeAlone/"
27-
- name: Install wfctl v0.63.1
27+
- name: Install wfctl v0.63.2
2828
run: |
2929
mkdir -p "${RUNNER_TEMP}/wfctl-bin"
3030
curl -sSfL -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
3131
-o "${RUNNER_TEMP}/wfctl-bin/wfctl" \
32-
"https://github.com/GoCodeAlone/workflow/releases/download/v0.63.1/wfctl-linux-amd64"
32+
"https://github.com/GoCodeAlone/workflow/releases/download/v0.63.2/wfctl-linux-amd64"
3333
chmod +x "${RUNNER_TEMP}/wfctl-bin/wfctl"
3434
- name: Validate plugin contract for publish (pre-build)
3535
run: "${{ runner.temp }}/wfctl-bin/wfctl plugin validate-contract --for-publish --tag ${{ github.ref_name }} ."

0 commit comments

Comments
 (0)