Skip to content

Commit

Permalink
Bump version from 1.4.0 to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jun 4, 2024
1 parent 56f11a3 commit e9b1163
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/createMacOSBinaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
strategy:
matrix:
goarch: [ arm64,amd64 ]
env:
releaseVersion: ${{ needs.extract_version.outputs.releaseVersion }}
steps:
- env:
releaseVersion: ${{ needs.extract_version.outputs.releaseVersion }}
run: echo "$OUTPUT1 $OUTPUT2"
# Setup
- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit e9b1163

Please sign in to comment.