From 94dbd87cf758e7130dd18fde2068cbe9b7e5b2c6 Mon Sep 17 00:00:00 2001 From: Simon Hofmann Date: Thu, 15 Feb 2024 21:26:01 +0100 Subject: [PATCH] Working snapshot release pipeline --- .github/workflows/snapshot_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot_release.yaml b/.github/workflows/snapshot_release.yaml index ca5443a..1b77ac8 100644 --- a/.github/workflows/snapshot_release.yaml +++ b/.github/workflows/snapshot_release.yaml @@ -78,6 +78,6 @@ jobs: with: registry-url: "https://npm.pkg.github.com" - name: Publish snapshot release to GPR - run: npm run publish-next + run: npm run publish:next env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}