We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8d627 commit e4a1c5aCopy full SHA for e4a1c5a
.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.2
+ version: 0.7.3
20
- run: knope release --dry-run
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
21
22
23
24
- name: Bump Version & Create GitHub Release
25
run: knope release
26
env:
0 commit comments