Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
chore(0.1): merge changes for v0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed May 29, 2024
2 parents 814bce6 + 539b375 commit c2e8f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
- uses: ncipollo/release-action@v1.13.0
- uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: true
draft: false
Expand Down
2 changes: 1 addition & 1 deletion hack/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ def run(args=sys.argv):
mike(["set-default", "--push", "latest"])
else:
if prerelease:
mike(["deploy", "--push", "--update-aliases", version])
mike(["deploy", "--push", version])
else:
mike(["deploy", "--push", "--update-aliases", version, "latest"])

0 comments on commit c2e8f9f

Please sign in to comment.