Skip to content

move async-profiler-agent to a directory #7

move async-profiler-agent to a directory

move async-profiler-agent to a directory #7

Workflow file for this run

name: Publish release
permissions:
pull-requests: write
contents: write
on:
pull_request:
jobs:
release-plz-release:
if: github.repository_owner == 'async-profiler'
name: Release-plz release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: release-plz/[email protected]
working-directory: async-profiler-agent

Check failure on line 25 in .github/workflows/release-tmp.yml

View workflow run for this annotation

GitHub Actions / Publish release

Invalid workflow file

The workflow is not valid. .github/workflows/release-tmp.yml (Line: 25, Col: 9): Unexpected value 'working-directory'
with:
command: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}