We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee677f commit 9b564faCopy full SHA for 9b564fa
.github/workflows/prepare-release.yml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: 0
22
token: ${{ secrets.PAT }}
23
- name: Install Knope
24
- uses: knope-dev/action@v1
+ uses: knope-dev/action@v2.0.0
25
with:
26
version: 0.11.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
27
- run: |
0 commit comments