Skip to content

Commit

Permalink
ci: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jan 20, 2025
1 parent 192a0af commit 903c293
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.1.0"
}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.ACTIONS }}
manifest-file: ".github/.release-please-manifest.json"
config-file: ".github/release-please-config.json"
35 changes: 0 additions & 35 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wopjs/eslint-config",
"version": "0.1.2",
"version": "0.1.0",
"description": "Wopjs eslint config that aims to enforce code style that is consistent and diff-friendly, easy to review.",
"repository": "wopjs/eslint-config",
"main": "./index.js",
Expand Down

0 comments on commit 903c293

Please sign in to comment.