Skip to content

ci: rename branch to feat/golang-port #111

ci: rename branch to feat/golang-port

ci: rename branch to feat/golang-port #111

Workflow file for this run

name: Generate release
on:
push:
branches:
- "**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
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: "feat/golang-port",
prerelease: true
}
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: cli/gh-extension-precompile@v1
with:
go_version: "1.22"