Skip to content

Commit

Permalink
chore: prepare release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed May 3, 2024
1 parent 1015724 commit f3eff25
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
- name: Create new draft release
if: steps.release-exists.outcome == 'failure' && steps.release-exists.conclusion == 'success'
run: gh release create -t $VERSION -d $VERSION
run: gh release create -t $VERSION -d $VERSION -F ./bin/metrsd/CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}

0 comments on commit f3eff25

Please sign in to comment.