We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3588c19 commit 2cf87d6Copy full SHA for 2cf87d6
2 files changed
.github/workflows/npm-publish.yml
@@ -7,6 +7,10 @@ on:
7
release:
8
types: [created]
9
10
+permissions:
11
+ id-token: write # Required for OIDC
12
+ contents: read
13
+
14
jobs:
15
build:
16
runs-on: ubuntu-latest
@@ -30,5 +34,3 @@ jobs:
30
34
registry-url: https://registry.npmjs.org/
31
35
- run: npm install
32
36
- run: npm publish
33
- env:
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yaml-sort",
3
- "version": "2.1.0",
+ "version": "3.0.0",
4
"description": "Sort YAML files alphabetically",
5
"main": "yaml-sort.js",
6
"scripts": {
0 commit comments