Skip to content

Merge pull request #2 from flagscript/cicd/setup-actions #1

Merge pull request #2 from flagscript/cicd/setup-actions

Merge pull request #2 from flagscript/cicd/setup-actions #1

Workflow file for this run

name: release
on:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
environment:
name: release #your environment name
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}