Skip to content

Commit

Permalink
Revert "chore: update ci go releaser"
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 authored Dec 16, 2024
1 parent dfa333e commit 7284521
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
release: ["release", "release-cross","release-testnet","release-testnet-cross"]
release: ["release", "release-cross","release-testnet","release-testnet-cross","sentinel-release","sentinel-release-cross","sentinel-testnet-release","sentinel-testnet-cross","directory-release","directory-release-cross","directory-testnet","directory-testnet-cross"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -22,6 +22,13 @@ jobs:
with:
go-version-file: go.mod

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.RELEASE_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit 7284521

Please sign in to comment.