Skip to content

Don't suppress @user incorrectly in non-ephemeral msg #129

Don't suppress @user incorrectly in non-ephemeral msg

Don't suppress @user incorrectly in non-ephemeral msg #129

Workflow file for this run

name: build-release
on:
push:
tags:
- v*
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.23.3'
- name: Test
run: make test
- name: Build
run: make dist
- name: Release
if: startsWith(github.ref, 'refs/tags/')
# softprops/action-gh-release v0.1.12
uses: softprops/action-gh-release@2d72d869af3bf23602f9593a1e3fd739b80ac1eb
with:
files: gopherbot-linux-amd64.tar.gz
body: |
See the [CHANGELOG](https://github.com/lnxjedi/gopherbot/blob/main/CHANGELOG.md)