Skip to content

ci: install knope manually #6

ci: install knope manually

ci: install knope manually #6

Workflow file for this run

name: Prerelease
on:
workflow_dispatch: {}
jobs:
prerelease:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- uses: actions-rs/toolchain@v1
# disabled after unexpected failures.
# - name: Install Knope
# uses: knope-dev/action@v1
- run: |
cargo install knope --version 0.13.2

Check failure on line 21 in .github/workflows/prerelease.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prerelease.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
- run: |
git config --global user.name "${{ github.triggering_actor }}"
git config --global user.email "${{ github.triggering_actor}}@users.noreply.github.com"
- name: Prepare Prerelease
run: knope release --prerelease-label=rc