Skip to content

Commit

Permalink
fix publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellyofreitas committed May 15, 2024
1 parent d56e52e commit e8060e7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: pip
- name: Install Python setup tools
run: pip install setuptools
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com
scope: '@casamagalhaes'
scope: '@grupoboticario'
- run: npm --no-git-tag-version version $TAG
env:
TAG: ${{ github.event.release.tag_name }}
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@casamagalhaes:registry = https://npm.pkg.github.com/
@grupoboticario:registry = https://npm.pkg.github.com/
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@casamagalhaes/caxa",
"name": "@grupoboticario/caxa",
"version": "2.1.0",
"description": "Package Node.js applications into executable binaries",
"main": "distribution/index.js",
Expand All @@ -9,7 +9,7 @@
"types": "distribution/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/casamagalhaes/caxa.git"
"url": "git+https://github.com/grupoboticario/caxa.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down

0 comments on commit e8060e7

Please sign in to comment.