Skip to content

Merge branch 'master' of github.com:tool3/ncc #6

Merge branch 'master' of github.com:tool3/ncc

Merge branch 'master' of github.com:tool3/ncc #6

Workflow file for this run

name: bump
on:
push:
branches:
- release
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: tool3/bump@next
with:
github_token: ${{ secrets.GP_TOKEN }}