Skip to content

Commit

Permalink
Merge pull request #401 from rigetti/force-release
Browse files Browse the repository at this point in the history
fix: update Knope, get it to release an update
  • Loading branch information
BatmanAoD committed Sep 16, 2024
2 parents 6b3d848 + c685617 commit 23b5f7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Install Knope
uses: knope-dev/action@v1
with:
version: 0.7.1 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
version: 0.16.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
- 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
run: knope release --verbose --prerelease-label=rc
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.type == 'prerelease')
- name: Prepare Release
run: knope release
run: knope release --verbose
if: github.event_name == 'workflow_dispatch' && inputs.type == 'release'

0 comments on commit 23b5f7c

Please sign in to comment.