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 58942b5 commit 088c462Copy full SHA for 088c462
.github/workflows/publish-npm.yml
@@ -2,7 +2,9 @@ name: Publish package to NPM
2
on:
3
release:
4
types: [published]
5
+
6
workflow_dispatch:
7
8
jobs:
9
build:
10
runs-on: ubuntu-latest
@@ -21,5 +23,3 @@ jobs:
21
23
22
24
- name: Publish to NPM
25
run: npm publish --provenance --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@acm-uiuc/js-shared",
- "version": "3.2.0",
+ "version": "3.2.1",
"description": "ACM UIUC Shared JS code",
"main": "dist/index.js",
"module": "dist/index.js",
0 commit comments