Skip to content

Commit

Permalink
release workflow separate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-kimmel-vmw committed Mar 8, 2022
1 parent ac9fb84 commit a780151
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Run release script
- name: use the right version of go
uses: actions/setup-go@v2
with:
go-version: '1.17.6'

- name: Run release script
run: |
set -e -x
./hack/build-release.sh
Expand Down

0 comments on commit a780151

Please sign in to comment.