Skip to content

Commit

Permalink
test releasing workflow on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kolesnikov committed Feb 19, 2024
1 parent 7cd74b6 commit 7845af3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches:
- main
- /refs/heads/main
- fix-gha-releaser
- /refs/heads/fix-gha-releaser

jobs:

Expand Down Expand Up @@ -43,8 +45,8 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git tag ${{ steps.version.outputs.v-version }}
git push origin -u ${{ steps.version.outputs.v-version }}
git tag ${{ steps.version.outputs.v-version }}rc
git push origin -u ${{ steps.version.outputs.v-version }}rc
## goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
Expand Down

0 comments on commit 7845af3

Please sign in to comment.