Skip to content

Commit f4857b0

Browse files
committed
Remove publishing to github's npm repo
1 parent 8cb787f commit f4857b0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Create a release
88

99
jobs:
1010
build:
11-
name: Upload Release Asset
11+
name: Create a release
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v1
@@ -19,12 +19,6 @@ jobs:
1919
run: npm install --global coffeescript@1
2020
- name: make
2121
run: make
22-
- uses: actions/setup-node@v1
23-
with:
24-
registry-url: 'https://npm.pkg.github.com'
25-
- run: npm publish
26-
env:
27-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2822
- name: Create Release
2923
id: create_release
3024
uses: actions/[email protected]

0 commit comments

Comments
 (0)