Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed May 2, 2024
1 parent f24e2a9 commit 6621db7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,11 @@ jobs:
- name: Build package
run: npm run ng build layout-components

- name: Push to Github
- name: Publish to Github
uses: JS-DevTools/npm-publish@v3
with:
package: "dist/layout-components/package.json"
registry: "https://npm.pkg.github.com"
token: ${{ github.token }}
access: "public"
provenance: true

- name: Publish package
run: |
cd dist/layout-components
npm publish --access public --scope @buildo
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6621db7

Please sign in to comment.