Skip to content

Commit

Permalink
xxt
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Feb 18, 2024
1 parent adb5680 commit c6e463a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 48 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/publish-package-github.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/publish-package-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
if: steps.version_changed.outputs.changed == 'true'
run: |
npm i
npm run build
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "xxt",
"version": "2.26.0",
"version": "2.27.0",
"engines": {
"node": ">=8.0.0"
},
"description": "Straightforward project scaffolding",
"main": "dist/index.js",
"bin": {
"degit": "degit",
"xxt": "degit"
},
"scripts": {
Expand Down

0 comments on commit c6e463a

Please sign in to comment.