Skip to content

Commit

Permalink
Merge pull request #69 from QuTech-Delft/CQT-241-Fix-release-yaml-of-…
Browse files Browse the repository at this point in the history
…cQASM-spec

Fix mike command reference in release.yaml
  • Loading branch information
elenbaasc authored Oct 16, 2024
2 parents 291ce7b + 834ee2b commit 25c9322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- name: Upload and tag as git tag
if: github.event_name == 'release' && github.event.action == 'created'
run: |
mike deploy --push ${{ github.ref }}
mike deploy --push ${{ github.ref_name }}
mike set-default --push latest

0 comments on commit 25c9322

Please sign in to comment.