Skip to content

Commit

Permalink
feat(ci): publish npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
hgw77 committed Dec 18, 2024
1 parent 59dedec commit 0047d04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
run: |
set +e
echo "publish to https://github.com/${{ github.repository_owner }}/packages"
npm config get registry
npm publish --access=public #--dry-run
if [ $? != 0 ] ; then
Expand All @@ -50,4 +49,3 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY_OWNER: ${{ github.repository_owner }}
#NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "maillog",
"name": "@sapcc/maillog-ui",
"version": "1.0.22",
"author": "C5321213",
"license": "MIT",
Expand Down

0 comments on commit 0047d04

Please sign in to comment.