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"