Skip to content

chore(deps): bump actions/checkout from 2 to 4 (#106) #16

chore(deps): bump actions/checkout from 2 to 4 (#106)

chore(deps): bump actions/checkout from 2 to 4 (#106) #16

Workflow file for this run

name: release
on:
push:
branches:
- 'main'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allow-initial-development-versions: true