Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Jun 18, 2021
1 parent 91ed739 commit 4486159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm publish
if: steps.release.outputs.released == 'true'
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand All @@ -36,5 +37,6 @@ jobs:
registry-url: https://npm.pkg.github.com/
- run: npm publish
if: steps.release.outputs.released == 'true'
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@packaged-ui/frame-courier",
"version": "4.1.0",
"version": "4.1.1",
"main": "index.js",
"author": {
"name": "Tom Kay",
Expand Down

0 comments on commit 4486159

Please sign in to comment.