with releaser

This commit is contained in:
2023-02-18 14:41:16 +01:00
parent df7a253bc8
commit e16f5037dc
2 changed files with 67 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ jobs:
changelog: CHANGELOG.md
# (Optional) Create a draft release.
# [default value: false]
draft: true
draft: false
# (Required) GitHub token for creating GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update rust toolchain
run: rustup update stable && rustup default stable
- name: Run dagger [RELEASE]
run: cargo run -p ci -- release --version="${{github.ref_name}}"