Skip to content

Commit

Permalink
fix: cleanup github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 26, 2023
1 parent 05d1370 commit 8a45b1b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/push_automated_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: "actions/checkout@v2"
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"
uses: actions/setup-node@v2
with:
node-version: 16
- name: Automated version bump
uses: "phips28/gh-action-bump-version@master"
uses: phips28/gh-action-bump-version@master
with:
tag-prefix: 'v'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: cat package.json
run: cat ./package.json

0 comments on commit 8a45b1b

Please sign in to comment.