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 63c87d7 commit 9c744e0Copy full SHA for 9c744e0
.github/workflows/prerelease.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Knope
27
uses: knope-dev/action@v1
28
with:
29
- version: 0.8.0
+ version: 0.9.0
30
- name: Bump Version & Create GitHub Release
31
run: knope release --prerelease-label="${{ github.event.inputs.label }}"
32
env:
.github/workflows/release-dry-run.yml
@@ -16,5 +16,5 @@ jobs:
16
17
18
19
20
- run: knope release --dry-run
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
21
22
23
24
25
run: knope release
0 commit comments