We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc10460 + b85b4dd commit 95a34c5Copy full SHA for 95a34c5
.github/workflows/create-release.yaml
@@ -1,8 +1,6 @@
1
name: Create Release
2
3
on:
4
- push:
5
- branches: [ main ]
6
workflow_dispatch:
7
8
jobs:
@@ -28,17 +26,6 @@ jobs:
28
26
- name: Install node modules and verify build
29
27
run: npm ci && npm run build-release
30
31
- - name: Release
32
- if: github.repository == 'morganstanley/needle'
33
- uses: justincy/github-action-npm-release@f6afd60cbb595a76ecae037ad006671636d321f5 # 2.0.2
34
- id: release
35
- with:
36
- token: ${{ secrets.RELEASE_TOKEN }}
37
-
38
- - name: Print release output
39
- if: ${{ steps.release.outputs.released == 'true' }}
40
- run: echo Release ID ${{ steps.release.outputs.release_id }}
41
42
- name: Publish
43
if: steps.release.outputs.released == 'true'
44
run: npm publish --provenance --access public
0 commit comments