chore: add or force update .github/workflows/releaser.yml

This commit is contained in:
web3-bot 2024-08-05 17:25:23 +00:00 committed by Steven Allen
parent db70c1d678
commit 7c54be0278

21
.github/workflows/releaser.yml vendored Normal file
View File

@ -0,0 +1,21 @@
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/releaser.yml@v1.0
with:
sources: '["version.json"]'
secrets:
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}