Skip to content

docs: note disabled workflows will not show up #127

docs: note disabled workflows will not show up

docs: note disabled workflows will not show up #127

Workflow file for this run

name: Generate release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codfish/semantic-release-action@v3
id: semantic_release
with:
branches: |
[
{
name: "master"
},
{
name: "alpha",
prerelease: true
}
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Compile and upload assets
uses: cli/gh-extension-precompile@v1
with:
go_version: "1.21"