Skip to content

Commit

Permalink
Merge pull request #16 from mobusoperandi/release-plz
Browse files Browse the repository at this point in the history
build: continuous delivery
  • Loading branch information
warren2k authored Dec 3, 2023
2 parents 5e34c20 + 4f9f07b commit c748617
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
permissions:
pull-requests: write
contents: write

on:
push:
branches:
- master

jobs:
release-plz:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
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 }}

0 comments on commit c748617

Please sign in to comment.