Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarks committed Oct 5, 2020
1 parent 3126aba commit ddba224
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: 12
registry-url: 'https://npm.pkg.github.com'
- run: yarn install
- run: yarn run build
- run: yarn publishr postversion
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -29,6 +31,8 @@ jobs:
node-version: 12
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn run build
- run: yarn publishr postversion
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instacart/radium",
"version": "0.26.5",
"version": "0.26.6",
"description": "A set of tools to manage inline styles on React elements",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit ddba224

Please sign in to comment.