Skip to content

Commit

Permalink
⚗ Modify publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lemueldls committed Sep 6, 2020
1 parent 2631cb6 commit 2261c0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -28,7 +28,8 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn publish
- run: yarn build
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM_TOKEN}}

Expand All @@ -41,7 +42,10 @@ jobs:
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: "@lemueldls"
- run: yarn install --frozen-lockfile
- run: echo registry=https://npm.pkg.github.com/lemueldls >> .npmrc
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "illuminated",
"version": "1.1.1-rc.0",
"version": "1.1.1-rc.1",
"private": false,
"author": "Lemuel De Los Santos",
"description": "A modern TypeScript rewrite of the Illuminated.js library originally written by Gaëtan Renaudeau.",
Expand Down

0 comments on commit 2261c0e

Please sign in to comment.