From 3fd1d207506ea99a22e95192636287d2503dbab3 Mon Sep 17 00:00:00 2001 From: Hans-Georg Winkler Date: Wed, 18 Dec 2024 11:58:07 +0100 Subject: [PATCH] feat(ci): publish npm package (#3) * feat(ci): fix to publish npm package --- .github/workflows/publish.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 60e8578..0a05658 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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?" diff --git a/package.json b/package.json index 523ea69..6aceccf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "maillog", + "name": "@sapcc/maillog-ui", "version": "1.0.22", "author": "C5321213", "license": "MIT",