Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsck committed Aug 28, 2023
1 parent 6a7e5d2 commit b7699a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- name: Build Application
run: |
# npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
# npm publish --access public
npm i
npm run build
- name: Public version
run: |
npm publish --access public

0 comments on commit b7699a1

Please sign in to comment.