Skip to content

Commit

Permalink
Github Actions pipeline #minor changes (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky authored Oct 23, 2024
1 parent c567a3b commit ad0a609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,12 @@ jobs:
zip -r libgoldilocks linux-x86_64 linux-arm64 darwin-x86_64 darwin-arm64 windows-x86_64
- name: Bump version
id: version_bump
uses: anothrNick/github-tag-action@1.37.0
uses: anothrNick/github-tag-action@1.39.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: "patch"
RELEASE_BRANCHES: "master"
WITH_V: false
- name: Create release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit ad0a609

Please sign in to comment.