Skip to content

Commit

Permalink
chore: upgrade @ossjs/release (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Dec 14, 2023
1 parent 73ffdb3 commit acc3134
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 377 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
3 changes: 0 additions & 3 deletions ossjs.release.config.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"positional"
],
"devDependencies": {
"@ossjs/release": "^0.5.1",
"@ossjs/release": "^0.8.0",
"@types/jest": "^26.0.23",
"jest": "^27.0.6",
"rimraf": "^3.0.2",
Expand All @@ -44,4 +44,4 @@
"type": "git",
"url": "https://github.com/open-draft/outvariant"
}
}
}
8 changes: 8 additions & 0 deletions release.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": [
{
"name": "latest",
"use": "yarn publish --new-version $RELEASE_VERSION"
}
]
}
Loading

0 comments on commit acc3134

Please sign in to comment.