Skip to content

Fix: Repository Compliance Updates #25

Fix: Repository Compliance Updates

Fix: Repository Compliance Updates #25

Workflow file for this run

name: Release
on:
push:
branches:
- main
- rc/*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- id: release
uses: cycjimmy/semantic-release-action@v6.0.0
with:
extra_plugins: |
conventional-changelog-conventionalcommits
semantic-release-stack-upload
env:
FORCE_COLOR: 1
GITHUB_TOKEN: ${{ github.token }}
HACKAGE_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
STACK_YAML: stack-lts12.yaml