Skip to content

Commit

Permalink
Minor changes for publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinsingh30 committed Jun 16, 2023
1 parent 3724584 commit 20c2bc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org
- run: git config --global user.name "scssyworks"
- run: git config --global user.email "contactsachinsingh@gmail.com"
Expand All @@ -30,7 +30,7 @@ jobs:
env:
github-token: ${{secrets.GITHUB_TOKEN}}
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist
Expand Down

0 comments on commit 20c2bc8

Please sign in to comment.