Skip to content

Commit

Permalink
Update mike args in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Dec 21, 2023
1 parent 17039b9 commit 6bce0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
echo $OLD_STABLE
mike retitle stable $OLD_STABLE
# Deploy new version as stable
mike deploy --push --update-aliases --no-redirect \
mike deploy --push --update-aliases --alias-type=copy \
${{ steps.version.outputs.major_minor_version }} \
stable \
--title="${{ github.event.release.tag_name }} (stable)"
Expand Down

0 comments on commit 6bce0f9

Please sign in to comment.