diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d3dc4ca..e7c9078 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,13 +42,12 @@ jobs: with: node-version: "20" cache: npm - registry-url: "https://npm.pkg.github.com" - scope: "@glasskube" + registry-url: "https://registry.npmjs.org" - name: Install dependencies run: npm ci - name: Build application run: npm run build - name: Publish to GitHub Packages - run: npm publish + run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }} diff --git a/package.json b/package.json index 945abb6..1d94ae9 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,12 @@ "name": "@glasskube/theme", "version": "0.1.1", "description": "The official Glasskube Theme", - "homepage": "https://www.glasskube.eu/", + "homepage": "https://glasskube.dev/", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/glasskube/theme.git" }, - "publishConfig": { - "registry": "https://npm.pkg.github.com" - }, "files": [ "index.scss", "scss/**/*.scss",