Skip to content

Commit

Permalink
fix: redundant dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Aug 23, 2024
1 parent 6242461 commit 312e009
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ jobs:
uses: 'phips28/gh-action-bump-version@master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version-type: 'minor'

- name: Build
run: yarn build

- name: Publish
run: npm ci && npm publish --access public
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 312e009

Please sign in to comment.