-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9011a0c
commit ddb1e41
Showing
13 changed files
with
358 additions
and
106 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## | ||
## Bumps the Clarinet version listed on various package managers. | ||
## Bumps the Chainhook version listed on various package managers. | ||
## | ||
|
||
name: Package Version Bump | ||
|
@@ -18,24 +18,6 @@ env: | |
GIT_USER_EMAIL: [email protected] | ||
|
||
jobs: | ||
homebrew: | ||
name: Homebrew | ||
runs-on: macos-latest | ||
steps: | ||
- name: Homebrew version bump | ||
env: | ||
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GH_TOKEN }} | ||
TAG: ${{ github.event.client_payload.tag || github.event.inputs.tag }} | ||
run: | | ||
git config --global user.name "${GIT_USER_NAME}" | ||
git config --global user.email "${GIT_USER_EMAIL}" | ||
brew update | ||
brew bump-formula-pr \ | ||
--no-browse \ | ||
--no-audit \ | ||
--tag "${TAG}" \ | ||
${{ github.event.repository.name }} | ||
|
||
winget: | ||
name: Winget | ||
|
@@ -45,8 +27,8 @@ jobs: | |
env: | ||
TAG: ${{ github.event.client_payload.tag || github.event.inputs.tag }} | ||
run: | | ||
# Get version infoq | ||
$VERSION=${env:TAG}.substring(1) | ||
# Get version info | ||
VERSION=$(echo "${TAG#v}") | ||
# Configure git configs | ||
git config --global user.name "${env:GIT_USER_NAME}" | ||
|
@@ -57,8 +39,8 @@ jobs: | |
# Update manifest and submit PR | ||
./wingetcreate.exe update ` | ||
--urls https://github.com/${{ github.repository }}/releases/download/${env:TAG}/clarinet-windows-x64.msi ` | ||
--urls https://github.com/${{ github.repository }}/releases/download/${env:TAG}/chainhook-windows-x64.msi ` | ||
--version ${VERSION} ` | ||
--token ${{ secrets.GH_TOKEN }} ` | ||
--submit ` | ||
HiroSystems.Clarinet | ||
HiroSystems.Chainhook |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
File renamed without changes.
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
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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[toolchain] | ||
channel = "1.73.0" | ||
channel = "1.77.0" |