Skip to content

Commit

Permalink
Ci automation (#68)
Browse files Browse the repository at this point in the history
* Try to fix GitHub Actions npm-publish.yml

* One more try...

* Trying to get GitHub packages ci working

* changed repo in package.json

* new version

* Last quirk in npm-publish.yml fixed. new version
  • Loading branch information
mhillerstrom authored Oct 30, 2021
1 parent 2f78514 commit ac3eb7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- run: cd packages/server && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: cd packages/server && npm publish --access public
- run: cd packages/client && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "feathersjs-offline",
"description": "FeathersJS offline-first realtime universe",

"version": "2.0.2",
"version": "2.0.3",
"keywords": [
"feathers",
"feathersjs-offline",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs-offline/client",
"version": "2.0.2",
"version": "2.0.3",
"description": "Client part of implementation of the own-data / own-net principles for supporting offline-first functionality for Feathers (mobile) applications.",
"keywords": [
"feathers",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs-offline/server",
"version": "2.0.2",
"version": "2.0.3",
"description": "Server part of implementation of the own-data / own-net principles for supporting offline-first functionality for Feathers (mobile) applications.",
"keywords": [
"Feathersjs",
Expand Down

0 comments on commit ac3eb7e

Please sign in to comment.