Skip to content

add note about running tgspam for multiple groups #41

add note about running tgspam for multiple groups

add note about running tgspam for multiple groups #41

Workflow file for this run

name: release
on:
push:
tags:
- 'v*'
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v3
- name: set up go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: run goreleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}