Skip to content

fix: create tag before generate changelog #8

fix: create tag before generate changelog

fix: create tag before generate changelog #8

Workflow file for this run

name: cicd
on:
push:
branches:
- main
tags:
- "*"
pull_request:
jobs:
code-scan:
uses: ./.github/workflows/_code-scan.yml
build-package:
needs: code-scan
if: github.event_name == 'push'
uses: ./.github/workflows/_build-packages.yml
release-package:
needs: build-package
if: github.event_name == 'push'
uses: ./.github/workflows/_release-packages.yml
permissions:
contents: write