Skip to content

Merge branch 'main' of github.com:glauth/glauth-playground #9

Merge branch 'main' of github.com:glauth/glauth-playground

Merge branch 'main' of github.com:glauth/glauth-playground #9

on:
pull_request:
push:
branches:
- dev
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: google-github-actions/release-please-action@v3
with:
release-type: go
package-name: GLAuth
path: v2
default-branch: dev
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}