Skip to content

Commit

Permalink
ci: update semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed May 13, 2022
1 parent 8745c1b commit f5fe959
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ jobs:
- name: 🚀 Release to Artifact Registry with multi-semantic-release
env:
# The github token must allow to push to this repository.
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_GITHUB_TOKEN }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.SA_ARTIFACT_REGISTRY_WRITER }}
run: npm run release
- name: Remove .npmrc, so semantic-release will publish to the default registry (npmjs.com)
run: rm .npmrc
- name: 🚀 Release to npmjs with multi-semantic-release
env:
# The github token must allow to push to this repository.
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}
run: npm run release
2 changes: 1 addition & 1 deletion packages/cloud-scheduler-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Utility functions to work with Cloud Sheduler",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"cloud-scheduler",
"utils"
Expand Down
2 changes: 1 addition & 1 deletion packages/fattureincloud-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Unofficial API client for FattureInCloud",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"fattureincloud",
"invoicing"
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Utility functions to work with Firestore",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"database",
"gcp",
Expand Down
2 changes: 1 addition & 1 deletion packages/hapi-healthcheck-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Hapi plugin for a healthcheck",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"hapi",
"plugin"
Expand Down
2 changes: 1 addition & 1 deletion packages/hapi-ip-whitelist-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Hapi plugin to allow an IP whitelist",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"hapi",
"plugin"
Expand Down
2 changes: 1 addition & 1 deletion packages/keap-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Unofficial API client for Keap (aka Infusionsoft)",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"crm",
"infusionsoft",
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Functions used to send notifications to various channels (Telegram, email, etc)",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"email",
"instant-messaging",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "JSON schemas with Ajv (JSON schema validator)",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"schema"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Development scripts",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"gcp",
"scripts"
Expand Down
2 changes: 1 addition & 1 deletion packages/secret-manager-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Utilities for Secret Manager",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"secret-manager",
"secrets",
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Utility functions to work with SQLite",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"sqlite",
"utils"
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Utility functions to work with Stripe",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"stripe",
"utils"
Expand Down
2 changes: 1 addition & 1 deletion packages/telegram-text-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Factory functions that return HTML-formatted strings to use in Telegram messages",
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)",
"license": "MIT",
"private": false,
"private": true,
"keywords": [
"predicate"
],
Expand Down

0 comments on commit f5fe959

Please sign in to comment.