Skip to content

Commit 8d33b3c

Browse files
authored
chore: move goreleaser job to release workflow (#878)
1 parent 6219ca9 commit 8d33b3c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,19 @@ jobs:
3838
|-----------------|----------------|
3939
| babylonlabs/babylond:${{ inputs.tag }} | Mainnet image |
4040
| babylonlabs/babylond:${{ inputs.tag }}-testnet | Testnet image |
41-
secrets: inherit
41+
secrets: inherit
42+
43+
goreleaser:
44+
name: Create release
45+
needs: call-reusable-release
46+
runs-on: ubuntu-latest
47+
steps:
48+
- name: Checkout
49+
uses: actions/checkout@v4
50+
with:
51+
fetch-depth: 0
52+
- name: Make release
53+
run: |
54+
make release
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)