Skip to content

Commit 0aab0fb

Browse files
committed
Fix: corrige gatilho de release e adiciona info de repositório
1 parent 3e4c16f commit 0aab0fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- prod
6+
- .github/workflows/release.yml
67
jobs:
78
release:
89
name: Release
@@ -33,5 +34,4 @@ jobs:
3334
- name: Release
3435
env:
3536
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3737
run: bunx semantic-release

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"bin": {
1010
"agents-kit": "bin/cli.js"
1111
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/riligar/agent-kit.git"
15+
},
1216
"files": [
1317
"bin",
1418
".agent"

0 commit comments

Comments
 (0)