Delete bump-version.yml
This commit is contained in:
34
.github/workflows/bump-version.yml
vendored
34
.github/workflows/bump-version.yml
vendored
@ -1,34 +0,0 @@
|
|||||||
name: "Bump Version"
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- "master"
|
|
||||||
paths-ignore:
|
|
||||||
- 'package.json'
|
|
||||||
- 'CHANGELOG.md'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
bump-version:
|
|
||||||
name: "Bump Version on master"
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: "Checkout source code"
|
|
||||||
uses: "actions/checkout@v2"
|
|
||||||
with:
|
|
||||||
ref: ${{ github.ref }}
|
|
||||||
- name: "cat package.json"
|
|
||||||
run: cat ./package.json
|
|
||||||
- name: "Setup Node.js"
|
|
||||||
uses: "actions/setup-node@v1"
|
|
||||||
with:
|
|
||||||
node-version: 12
|
|
||||||
- name: "Automated Version Bump"
|
|
||||||
uses: "phips28/gh-action-bump-version@master"
|
|
||||||
with:
|
|
||||||
tag-prefix: ''
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.BUMP_VERSION_TOKEN }}
|
|
||||||
- name: "cat package.json"
|
|
||||||
run: cat ./package.json
|
|
Reference in New Issue
Block a user