Skip to content

feat: sharable parameterized links (#13) #27

feat: sharable parameterized links (#13)

feat: sharable parameterized links (#13) #27

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
Release:
runs-on: ubuntu-latest
steps:
- name: Release Please
id: release-please
uses: googleapis/release-please-action@v4
with:
token: ${{secrets.GITHUB_TOKEN}}
- uses: actions/checkout@v4
if: ${{ steps.release-please.outputs.release_created }}
- uses: actions/setup-go@v4
if: ${{ steps.release-please.outputs.release_created }}
with:
go-version: 1.22