Skip to content

Commit

Permalink
Ci/Use enhanced publish (#30)
Browse files Browse the repository at this point in the history
* ci: use enhanced publish

* chore: simplify repository field
  • Loading branch information
jkoenig134 authored Oct 18, 2024
1 parent bead9da commit d90aca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
node-version: current
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npx enhanced-publish --if-possible --use-preid-as-tag
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "@js-soft/eslint-config-ts",
"version": "1.6.13",
"description": "j&s-soft typescript linting rules",
"repository": {
"type": "git",
"url": "https://github.com/js-soft/ts-linting.git"
},
"repository": "github:js-soft/ts-linting",
"license": "MIT",
"author": "js-soft GmbH",
"main": "index.js",
Expand Down

0 comments on commit d90aca5

Please sign in to comment.