Skip to content

Commit 76617f7

Browse files
committed
init setup of publish workflow
1 parent 457ef46 commit 76617f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ jobs:
2727
- name: Build Angular project
2828
run: npm run build
2929

30-
- name: Configure npm for GitHub Packages
31-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
32-
3330
- name: Publish to GitHub Packages
3431
uses: JS-DevTools/npm-publish@v3
3532
with:
3633
token: ${{ secrets.NPM_TOKEN }}
3734
registry: 'https://npm.pkg.github.com'
35+
package: 'dist/angular-serial'

0 commit comments

Comments
 (0)