kaniko-action/.forgejo/workflows/release.yaml

20 lines
422 B
YAML
Raw Normal View History

2024-11-09 12:49:47 +00:00
"on":
push:
branches:
- main
paths-ignore:
- '.forgejo/**'
jobs:
release:
container:
image: flakes-action
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run semantic release
uses: https://github.com/codfish/semantic-release-action@v3
with:
additional-packages: conventional-changelog-conventionalcommits@7.0.2