Skip to content

Commit

Permalink
fix release version
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 12, 2024
1 parent 3875506 commit c60b419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ jobs:
# Deno can't compile local npm projects. Use the npm release from last step.
- name: Compile with Deno from NPM Release
run: |
VERSION="$(echo ${{ github.ref_name }} | sed 's/^v//')"
deno compile \
--allow-all \
--target "${{ matrix.config.target }}" \
--output "quint-${{ matrix.config.suffix }}" \
"npm:@informalsystems/quint@${{ github.ref_name }}"
"npm:@informalsystems/quint@${VERSION}"
- name: Generate SHA256 Hash
run: |
Expand Down

0 comments on commit c60b419

Please sign in to comment.