Skip to content

Commit

Permalink
Update process_release.yml
Browse files Browse the repository at this point in the history
first the code needs to be checked out before looking for go.mod file
  • Loading branch information
reachjainrahul authored Oct 28, 2022
1 parent 5d65afa commit b1687ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
upload-release-assets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go using version from go.mod
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- uses: actions/checkout@v3
- name: Build assets
env:
TAG: ${{ github.ref }}
Expand Down

0 comments on commit b1687ed

Please sign in to comment.