Skip to content

ci: update semantic release action #3

ci: update semantic release action

ci: update semantic release action #3

Workflow file for this run

name: Release
on:
push:
branches:
- "main"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: remindgmbh/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}