Skip to content

Commit

Permalink
build: release-plz -> release-please
Browse files Browse the repository at this point in the history
With this, the decision to yank/deprecate the crates.io crate and not to
publish there until there's no git dependency.

So, closes #14.

Co-authored-by: echolinq <[email protected]>
  • Loading branch information
mightyiam and Echolinq committed Dec 17, 2023
1 parent 3142f35 commit 6ec65e1
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,10 @@ on:
- master

jobs:
release-plz:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: google-github-actions/release-please-action@v4
with:
fetch-depth: 0
- name: toolchain
uses: FrancisRussell/[email protected]
with:
command: install-rustup
toolchain: stable
- uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
release-type: rust

0 comments on commit 6ec65e1

Please sign in to comment.