-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update github actions knope version to 0.7.2 (#520)
* chore: update github actions knope * chore: use knope action v2.1 * fix: use knope release without gnu build, see knope-dev/action#10
- Loading branch information
1 parent
059f907
commit d9f6539
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Install Knope | ||
uses: knope-dev/[email protected] | ||
with: | ||
version: 0.7.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version | ||
version: 0.7.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version | ||
- run: | | ||
git config --global user.name "${{ github.triggering_actor }}" | ||
git config --global user.email "${{ github.triggering_actor}}@users.noreply.github.com" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Install Knope | ||
uses: knope-dev/[email protected] | ||
with: | ||
version: 0.7.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version | ||
version: 0.7.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version | ||
- name: Display Pending Release | ||
run: knope release --dry-run | ||
env: | ||
|