@kununu/eslint-config 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,6 +13,10 @@ on:
13
13
  - minor
14
14
  - major
15
15
 
16
+ env:
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
+ NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
19
+
16
20
  jobs:
17
21
  release:
18
22
  runs-on: ubuntu-latest
@@ -45,14 +49,10 @@ jobs:
45
49
  - name: Publish
46
50
  run: |
47
51
  npm publish
48
- env:
49
- NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
50
52
 
51
53
  - name: Create Github Release
52
54
  run: |
53
55
  gh release create $(sed -nr 's/^\s*\"version": "([0-9]{1,}\.[0-9]{1,}.*)",$/\1/p' package.json) --generate-notes
54
- env:
55
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
56
 
57
57
  - name: Push Version Changes
58
58
  run: git push origin ${GITHUB_REF##*/} --follow-tags
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kununu/eslint-config",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "kununu's ESLint config",
5
5
  "main": "index.js",
6
6
  "repository": "kununu/eslint-config",