-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable Homebrew releases due to permission issues
- Loading branch information
Dmitry Kolesnikov
committed
Feb 19, 2024
1 parent
7845af3
commit 75fbd6f
Showing
3 changed files
with
22 additions
and
18 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 |
---|---|---|
|
@@ -7,8 +7,6 @@ on: | |
branches: | ||
- main | ||
- /refs/heads/main | ||
- fix-gha-releaser | ||
- /refs/heads/fix-gha-releaser | ||
|
||
jobs: | ||
|
||
|
@@ -45,8 +43,8 @@ jobs: | |
run: | | ||
git config user.name "GitHub Actions" | ||
git config user.email "[email protected]" | ||
git tag ${{ steps.version.outputs.v-version }}rc | ||
git push origin -u ${{ steps.version.outputs.v-version }}rc | ||
git tag ${{ steps.version.outputs.v-version }} | ||
git push origin -u ${{ steps.version.outputs.v-version }} | ||
## goreleaser/goreleaser-action@v5 | ||
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 | ||
|
@@ -55,4 +53,4 @@ jobs: | |
version: latest | ||
args: release | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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