Skip to content

Commit

Permalink
chore: fixed release workflow (#60)
Browse files Browse the repository at this point in the history
* feat: created release workflow

* feat: updated release workflow
  • Loading branch information
saurav0705 authored Mar 16, 2024
1 parent 4af31b5 commit 515eca4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
name: Release pushed tag
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}
- name: Set Node.js 18.x
uses: actions/[email protected]
with:
node-version: 18.x

- name: Install dependencies
run: yarn
- name: bump version
shell: bash
run: npm version ${{inputs.type}}
Expand Down

0 comments on commit 515eca4

Please sign in to comment.