releaser.yml 299 Bytes
Newer Older
web3-bot's avatar
web3-bot committed
1
name: Releaser
web3-bot's avatar
web3-bot committed
2

web3-bot's avatar
web3-bot committed
3 4 5
on:
  push:
    paths: [ 'version.json' ]
web3-bot's avatar
web3-bot committed
6 7 8 9 10 11 12 13
  workflow_dispatch:

permissions:
  contents: write

concurrency:
  group: ${{ github.workflow }}-${{ github.sha }}
  cancel-in-progress: true
web3-bot's avatar
web3-bot committed
14 15 16

jobs:
  releaser:
web3-bot's avatar
web3-bot committed
17
    uses: ipdxco/unified-github-workflows/.github/workflows/releaser.yml@v1.0