Skip to content

Release with gh tag

Release with gh tag #1

Workflow file for this run

name: Publish release
on:
push:
tags:
- "*.*.*"
jobs:
publish-release:
if: startsWith(github.ref, 'refs/tags/')
name: "Publish release"
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.23.x
- name: Checkout
uses: actions/[email protected]
with:

Check failure on line 19 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Publish release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 19, Col: 13): Unexpected value ''
#token: ${{ secrets.GH_PAT }}
- name: Build Release
run: make -j4 build_all
- name: Publish to Github
uses: softprops/action-gh-release@v2
with:
#token: ${{ secrets.GH_PAT }}
files: ./bin/*