Skip to content

Commit

Permalink
Release v1.1.0 (#2)
Browse files Browse the repository at this point in the history
* Release v1.1.0

* attempt to fix publish action
  • Loading branch information
santino committed Jan 24, 2022
1 parent e931749 commit 1d9103b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [created]

jobs:
setup:
publish:
runs-on: ubuntu-latest

steps:
Expand All @@ -27,5 +27,5 @@ jobs:
run: yarn copydistfiles
- name: Publish package
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: cd dist && npm publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-concurrent-router",
"version": "1.0.1",
"version": "1.1.0",
"description": "Performant routing embracing React concurrent UI patterns",
"author": "Santino Puleio",
"license": "MIT",
Expand Down

0 comments on commit 1d9103b

Please sign in to comment.