Skip to content

Commit a80d74c

Browse files
committed
fix: Update gh-extension-precompile action to v2
The release workflow was updated to use version 2 of the `cli/gh-extension-precompile` action. This change was made to ensure compatibility with newer versions of the GitHub CLI and its extensions. Signed-off-by: Chmouel Boudjnah <chmouel@chmouel.com>
1 parent f7b1046 commit a80d74c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build
4242
shell: bash
4343
run: scripts/build_dist.sh release
44-
- uses: cli/gh-extension-precompile@v1
44+
- uses: cli/gh-extension-precompile@v2
4545
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && !inputs.dry_run)
4646
with:
4747
build_script_override: "scripts/build_dist.sh"

0 commit comments

Comments
 (0)