Skip to content

store subscriptions and resubscribe to them after a reconnect (#53) #163

store subscriptions and resubscribe to them after a reconnect (#53)

store subscriptions and resubscribe to them after a reconnect (#53) #163

name: goreleaser
on:
pull_request:
push:
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Registry
run: |
echo "${{ secrets.DOCKERHUB_TOKEN }}" | \
docker login -u gaetancollaud --password-stdin
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}