From 0ad8ce949686025142c0528843e5abf2f6e387de Mon Sep 17 00:00:00 2001 From: Arianrhod Sandlot Date: Sun, 8 Oct 2023 16:43:14 +0800 Subject: [PATCH] ci: fix publish --- .github/workflows/release.yaml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8d7a480..5ec1b46 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,6 +30,7 @@ jobs: cache: pnpm - run: pnpm i - run: pnpm build + - run: git status - run: pnpm publish env: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} diff --git a/package.json b/package.json index 1d9c44b..1f0a976 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nostalgist", "description": "Nostalgist.js is a JavaScript library that allows you to run emulators of retro consoles within web browsers.", - "version": "0.1.4", + "version": "0.1.6", "author": { "name": "arianrhodsandlot", "email": "theguidanceofawhitetower@gmail.com"