We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda4629 commit 24f23a9Copy full SHA for 24f23a9
2 files changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
git_user_signingkey: true
19
git_commit_gpgsign: true
20
git_push_gpgsign: false
21
- - uses: knope-dev/action@v1
+ - uses: knope-dev/action@v2.0.0
22
with:
23
version: 0.11.0
24
- run: knope release
.github/workflows/release_dry_run.yml
@@ -13,7 +13,7 @@ jobs:
13
14
fetch-depth: 0
15
token: ${{ secrets.PAT }}
16
17
- run: knope release --dry-run
0 commit comments