Skip to content

fix(ci): set correct path for changelog in release action #9

fix(ci): set correct path for changelog in release action

fix(ci): set correct path for changelog in release action #9

Workflow file for this run

name: Workflow - Push on origin/main
on:
push:
branches:
- main
jobs:
go-lint:
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.21.x'
go-test:
uses: ./.github/workflows/go.test.action.yaml
with:
go_version: '1.21.x'
go-build:
needs: [ go-lint, go-test ]
uses: ./.github/workflows/go.build.action.yaml
with:
go_version: '1.21.x'