Skip to content

Commit 09e9bd9

Browse files
committed
Use script from release
1 parent 2a7bf8c commit 09e9bd9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
17+
- name: Confirm tag and code versions match
18+
run: |
19+
.github/workflows/check-version.sh
20+
1621
- uses: cli/gh-extension-precompile@v2
1722
with:
1823
generate_attestations: true

0 commit comments

Comments
 (0)