Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #79 from felvin-search/sahil/automate-version-bump@v2
Browse files Browse the repository at this point in the history
updated github action to bump version on release
  • Loading branch information
sahil-shubham authored Sep 6, 2021
2 parents ed95c1c + b04d266 commit ccc342a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{secrets.PAT}}
- run: |
git config user.name sahil-shubham
git config user.email [email protected]
yarn version --patch
git push
- uses: actions/setup-node@v2
with:
node-version: "14.x"
Expand Down

0 comments on commit ccc342a

Please sign in to comment.