Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:
exit 1
fi

- name: setup go ${{ env.GO_VERSION }}
uses: actions/setup-go@v5
with:
go-version: '${{ env.GO_VERSION }}'

- name: checkout release tag
run: git checkout ${{ env.RELEASE_VERSION }}

- name: build release helper docker image
run: |
docker build -t taproot-assets-release-helper \
-f make/builder.Dockerfile make/

- name: build release for all architectures
run: make release tag=${{ env.RELEASE_VERSION }}
run: make docker-release tag=${{ env.RELEASE_VERSION }}

- name: Create Release
uses: lightninglabs/gh-actions/[email protected]
Expand Down