Skip to content

node and ncc upgrade (#23) #123

node and ncc upgrade (#23)

node and ncc upgrade (#23) #123

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@master
id: bump
with:
github_token: ${{ secrets.GP_TOKEN }}
- name: checkout output
run: echo "${{ steps.bump.outputs.version }}"