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 13af4f8 commit 302cd02Copy full SHA for 302cd02
.github/workflows/release-dry-run.yml
@@ -16,5 +16,5 @@ jobs:
16
- name: Install Knope
17
uses: knope-dev/action@v1
18
with:
19
- version: 0.6.2
+ version: 0.7.1
20
- run: knope release --dry-run
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
- name: Bump Version & Create GitHub Release
28
run: knope release
29
env:
0 commit comments