We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf3c57 commit fb1dd4cCopy full SHA for fb1dd4c
1 file changed
.github/workflows/release.yml
@@ -28,17 +28,17 @@ jobs:
28
uses: actions/checkout@v3
29
with:
30
ref: ${{ needs.check.outputs.commit }}
31
- - name: Parse Changelog # Exits if changelog not found
32
- id: changelog
33
- env:
34
- INPUT_VERSION: ${{ needs.check.outputs.version }}
35
- run: node ./scripts/changelog/index.cjs
36
- name: Set up Node.js
37
uses: actions/setup-node@v3
38
39
registry-url: "https://registry.npmjs.org"
40
- name: Install dependencies
41
run: npm install
+ - name: Parse Changelog # Exits if changelog not found
+ id: changelog
+ env:
+ INPUT_VERSION: ${{ needs.check.outputs.version }}
+ run: node ./scripts/changelog/index.cjs
42
- name: Publish to NPM
43
run: npm publish # Publish builds automatically
44
env:
0 commit comments