Skip to content

Commit 47e576c

Browse files
authored
ci: Switch to configless Knope (#677)
Co-authored-by: Dylan Anthony <[email protected]>
1 parent 9cea5af commit 47e576c

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

.github/workflows/release-dry-run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- name: Install Knope
1717
uses: knope-dev/action@v1
1818
with:
19-
version: 0.6.1
19+
version: 0.6.2
2020
- run: knope release --dry-run

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Knope
2121
uses: knope-dev/action@v1
2222
with:
23-
version: 0.6.1
23+
version: 0.6.2
2424
- name: Bump Version & Create GitHub Release
2525
run: knope release
2626
env:

knope.toml

-34
This file was deleted.

0 commit comments

Comments
 (0)