Skip to content

chore(deps): bump actions/upload-artifact from 3 to 4 (#103) #18

chore(deps): bump actions/upload-artifact from 3 to 4 (#103)

chore(deps): bump actions/upload-artifact from 3 to 4 (#103) #18

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