Skip to content

chore: prepare release 3.5.4 #504

chore: prepare release 3.5.4

chore: prepare release 3.5.4 #504

Workflow file for this run

name: Release Dry Run
on: push
jobs:
release-dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Install Knope
run: |
wget https://github.com/knope-dev/knope/releases/download/$KNOPE_VERSION/knope-x86_64-unknown-linux-musl-$KNOPE_VERSION.tgz
tar -xvf knope-x86_64-unknown-linux-musl-$KNOPE_VERSION.tgz
cp knope-x86_64-unknown-linux-musl-$KNOPE_VERSION/knope $HOME/.cargo/bin
env:
KNOPE_VERSION: v0.4.1
- name: Display Pending Release
run: knope release --dry-run
env:
GITHUB_TOKEN: ${{ secrets.PAT }}