From 69f765c1bcaed3578b705d857d5f970344c34bd8 Mon Sep 17 00:00:00 2001 From: Bsian Date: Thu, 5 Nov 2020 22:53:38 +0000 Subject: [PATCH] Another test --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8b58156..058865c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -44,7 +44,7 @@ jobs: - uses: khaaz/action-autoscope@master - run: npm ci - run: npm i eris - - run: echo registry=https://npm.pkg.github.com/@bsian03 >> .npmrc + - run: echo registry=https://npm.pkg.github.com/bsian03 >> .npmrc - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}} diff --git a/package.json b/package.json index c2e20d1..8c736af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pluris", - "version": "0.3.2-test2", + "version": "0.3.2-test3", "description": "Extra prototypes and utilities for the Eris Discord API Library", "main": "index.js", "scripts": {