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 ae45fb5 commit ad5102aCopy full SHA for ad5102a
.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.7.1
+ version: 0.7.2
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