Skip to content

Commit

Permalink
Merge pull request #49 from niveussolutions/develop
Browse files Browse the repository at this point in the history
ci changes and testing
  • Loading branch information
natesh245 authored Sep 4, 2023
2 parents b0bcc3a + f44b513 commit 188a8eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ jobs:
run: npm run npm-publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Generate changelog
id: changelog
uses: metcalfc/[email protected]
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niveus/apigee-backup-tool",
"version": "2.0.3",
"version": "2.0.4",
"type": "module",
"bin": {
"apigee-backup-tool": "./bin/cli.js"
Expand Down

0 comments on commit 188a8eb

Please sign in to comment.