Skip to content

Commit

Permalink
feat: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahidhar Chaluvadi committed May 23, 2024
1 parent fe8bc18 commit 799f936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 47 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Fetch latest changes
run: |
git fetch origin
git pull
- uses: actions/setup-node@v3
with:
node-version: "18"
Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 799f936

Please sign in to comment.