Skip to content

Commit

Permalink
feat(ci): publish npm package (#3)
Browse files Browse the repository at this point in the history
* feat(ci): fix to publish npm package
  • Loading branch information
hgw77 authored Dec 18, 2024
1 parent 3a755dc commit 3fd1d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Publish to github packages
run: |
set +e
# publish to https://github.com/${{ github.repository_owner }}/packages
npm publish --access=public # --dry-run
echo "publish to https://github.com/${{ github.repository_owner }}/packages"
npm publish --access=public #--dry-run
if [ $? != 0 ] ; then
echo "::warning title=PUBLISH::Could not publish to github. Maybe you forgot to increment the version?"
Expand Down
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 3fd1d20

Please sign in to comment.