Skip to content

chore: update go-state-types to v0.16.0-rc1 #24

chore: update go-state-types to v0.16.0-rc1

chore: update go-state-types to v0.16.0-rc1 #24

Workflow file for this run

name: Releaser
on:
push:
paths: ["version.json"]
workflow_dispatch:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true
jobs:
releaser:
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]
with:
sources: '["version.json"]'
secrets:
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}