Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Feb 10, 2024
1 parent 2e068ca commit 03941f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/go-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ runs:
- name: Attempt Build
working-directory: codegen/go
shell: bash
env:
TOKEN: ${{ inputs.repository-token }}
run: |
go get -v -t -d ./...
go build -v ./...
echo ${TOKEN}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: utxorpc/go-sdk
fetch-depth: 0
Expand Down

0 comments on commit 03941f1

Please sign in to comment.