Skip to content

Merge pull request #18 from flagscript/feat/github-oidc #1

Merge pull request #18 from flagscript/feat/github-oidc

Merge pull request #18 from flagscript/feat/github-oidc #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 }}