Skip to content

Commit

Permalink
Merge pull request #6 from Niurmiguel/development
Browse files Browse the repository at this point in the history
[FIX] private package
  • Loading branch information
Niurmiguel authored Jun 14, 2022
2 parents bf206c7 + 440a1bb commit bc71dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Install dependencies and build 🔧
run: npm install && npm run build
- name: Publish package on NPM 📦
run: npm publish
run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niur/google-admanager-api",
"version": "22.02.0",
"version": "0.0.3",
"description": "Google Ad Manager API Client Library for NodeJs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bc71dc8

Please sign in to comment.