Skip to content

Commit

Permalink
update yarn.lock, package.json and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamUpadhyayInBlue committed Dec 5, 2023
1 parent 2dbf11a commit 2dfcb4c
Show file tree
Hide file tree
Showing 3 changed files with 1,029 additions and 15 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
node-version: '14'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v2
with:
registry-url: 'https://npm.pkg.github.com'
scope: '@getbrevo'
# Publish to GitHub Packages
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - run: npm publish --access public
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# # Setup .npmrc file to publish to GitHub Packages
# - uses: actions/setup-node@v2
# with:
# registry-url: 'https://npm.pkg.github.com'
# scope: '@getbrevo'
# # Publish to GitHub Packages
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sib-api-v3-typescript",
"version": "1.0.0",
"description": "NodeJS client for sib-api-v3-typescript",
"description": "Typescript client for APIv3 of Brevo",
"repository": {
"type": "git",
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
Expand All @@ -13,8 +13,8 @@
"build": "tsc",
"test": "npm run build && node dist/client.js"
},
"author": "OpenAPI-Generator Contributors",
"license": "Unlicense",
"author": "Brevo",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"request": "^2.81.0",
Expand Down
Loading

0 comments on commit 2dfcb4c

Please sign in to comment.