Skip to content

Commit

Permalink
Fix 'Upload and tag as git tag with every release creation on master …
Browse files Browse the repository at this point in the history
…branch' on Publish GitHub pages job.
  • Loading branch information
rturrado committed Oct 18, 2024
1 parent e1028f6 commit d7607be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Upload and tag as git tag with every release creation on master branch
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 d7607be

Please sign in to comment.