Skip to content

Commit 6621db7

Browse files
committed
Fix
1 parent f24e2a9 commit 6621db7

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,11 @@ jobs:
3939
- name: Build package
4040
run: npm run ng build layout-components
4141

42-
- name: Push to Github
42+
- name: Publish to Github
4343
uses: JS-DevTools/npm-publish@v3
4444
with:
4545
package: "dist/layout-components/package.json"
4646
registry: "https://npm.pkg.github.com"
4747
token: ${{ github.token }}
4848
access: "public"
4949
provenance: true
50-
51-
- name: Publish package
52-
run: |
53-
cd dist/layout-components
54-
npm publish --access public --scope @buildo
55-
env:
56-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)