Skip to content

Commit

Permalink
fix: bump knope action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Oct 16, 2023
1 parent cee677f commit 586eaeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Install Knope
uses: knope-dev/action@v1
uses: knope-dev/action@v2.0.0
with:
version: 0.11.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
version: 0.10.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"
Expand Down

0 comments on commit 586eaeb

Please sign in to comment.