Skip to content

Merge pull request #8 from quantinuum-dev/push-zvuuzoutuxpr #4

Merge pull request #8 from quantinuum-dev/push-zvuuzoutuxpr

Merge pull request #8 from quantinuum-dev/push-zvuuzoutuxpr #4

Workflow file for this run

name: Release Plz
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- main
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
concurrency:
group: release-plz-${{ github.ref }}
cancel-in-progress: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@main
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Run release-plz
shell: devenv shell '{0}'
uses: MarcoIeni/release-plz-action@v0.5

Check failure on line 29 in .github/workflows/release-plz.yml

View workflow run for this annotation

GitHub Actions / Release Plz

Invalid workflow file

The workflow is not valid. .github/workflows/release-plz.yml (Line: 29, Col: 9): Unexpected value 'uses' .github/workflows/release-plz.yml (Line: 27, Col: 9): Required property is missing: run
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}