Skip to content

Commit

Permalink
Merge pull request #57 from tjmelo/feat/improving-workflow
Browse files Browse the repository at this point in the history
fix: fixing access type of the  package
  • Loading branch information
tm-wd committed Feb 16, 2024
2 parents d7f82b0 + 1bd2e9a commit 7719f74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
11 changes: 7 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tjmelo/tmx-venus",
"version": "3.2.1",
"version": "3.2.2",
"description": "List Shop",
"main": "./dist/index.js",
"homepage": "https://tmx-shoplist.netlify.app",
Expand Down

0 comments on commit 7719f74

Please sign in to comment.