Skip to content

Commit a32fa31

Browse files
Merge pull request #15 from limosa-io:pipeline-fix-npm
pipeline fix
2 parents a35390d + ffa1270 commit a32fa31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ jobs:
117117
- name: Install dependencies
118118
run: npm install
119119

120-
- name: Publish to npm
121-
run: npm publish --access public
122-
env:
123-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
124-
125120
- name: Create GitHub Release
126121
uses: softprops/action-gh-release@v2
127122
with:

0 commit comments

Comments
 (0)