Skip to content

Commit

Permalink
chore: update release secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 20, 2024
1 parent eadcb39 commit 3c55567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ jobs:
with:
gh_token: ${{ secrets.GH_BOT_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
gh_name: Hyperkid123
gh_name: ${{ secrets.BOT_NAME }}
gh_email: ${{ secrets.BOT_EMAIL }}
14 changes: 0 additions & 14 deletions packages/executors/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,6 @@
"options": {
"jestConfig": "packages/executors/jest.config.ts"
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"postTargets": ["github"]
}
},
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "${tag}",
"notesFile": "packages/executors/CHANGELOG.md"
}
}
}
}

0 comments on commit 3c55567

Please sign in to comment.