Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rustygreen committed Feb 27, 2024
1 parent e8b0560 commit 9a6d2fb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,14 @@ jobs:
- name: Build libraries
run: npm run build:ci

# - name: Create NPM registry creds for "core" package
# run: echo $'@ng-supabase:registry = "https://registry.npmjs.org/"\r//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}' > dist/libs/core/.npmrc

- name: Publish "core" package
run: cd dist/libs/core && npm publish --access public

# - name: Create NPM registry creds for "bootstrap" package
# run: echo $'@ng-supabase:registry = "https://registry.npmjs.org/"\r//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}' > dist/libs/bootstrap/.npmrc

- name: Publish "bootstrap" package
run: cd dist/libs/bootstrap && npm publish --access public

# - name: Create NPM registry creds for "material" package
# run: echo $'@ng-supabase:registry = "https://registry.npmjs.org/"\r//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}' > dist/libs/material/.npmrc

- name: Publish "material" package
run: cd dist/libs/material && npm publish --access public

# - name: Create NPM registry creds for "primeng" package
# run: echo $'@ng-supabase:registry = "https://registry.npmjs.org/"\r//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}' > dist/libs/primeng/.npmrc

- name: Publish "primeng" package
run: cd dist/libs/primeng && npm publish --access public
2 changes: 1 addition & 1 deletion libs/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-supabase/bootstrap",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"author": "Rusty Green <me@rusty.green>",
"contributors": [
"Rusty Green <me@rusty.green>"
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-supabase/core",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"author": "Rusty Green <me@rusty.green>",
"contributors": [
"Rusty Green <me@rusty.green>"
Expand Down
2 changes: 1 addition & 1 deletion libs/material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-supabase/material",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"author": "Rusty Green <me@rusty.green>",
"contributors": [
"Rusty Green <me@rusty.green>"
Expand Down
2 changes: 1 addition & 1 deletion libs/primeng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-supabase/primeng",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"author": "Rusty Green <me@rusty.green>",
"contributors": [
"Rusty Green <me@rusty.green>"
Expand Down

0 comments on commit 9a6d2fb

Please sign in to comment.