We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release
1 parent 78257f7 commit c74fe1aCopy full SHA for c74fe1a
2 files changed
.github/workflows/release.yaml
@@ -17,9 +17,7 @@ jobs:
17
run: npm ci
18
- name: lint
19
run: npm run lint
20
- - run: |
21
- npm run semantic-release \
22
- -r git+ssh://git@github.com/squareweave/eslint-config-ackama.git
+ - run: npm run release
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -11,6 +11,7 @@
11
"author": "Gareth Jones",
12
"scripts": {
13
"lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
14
+ "release": "semantic-release -r git+ssh://git@github.com/squareweave/eslint-config-ackama.git",
15
"test": "echo \"Error: no test specified\" && exit 1"
16
},
"commitlint": {
0 commit comments