Skip to content

chore(deps): update actions/checkout action to v6 (#28) #22

chore(deps): update actions/checkout action to v6 (#28)

chore(deps): update actions/checkout action to v6 (#28) #22

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@v4
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