Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use script from release
  • Loading branch information
jasonrclark committed Apr 7, 2026
commit 09e9bd93bbae48275b51889828fd6e408539dd75
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Confirm tag and code versions match
run: |
.github/workflows/check-version.sh
Comment thread
jasonrclark marked this conversation as resolved.

- uses: cli/gh-extension-precompile@v2
with:
generate_attestations: true
Expand Down
Loading