Skip to content

Commit 939e94b

Browse files
committed
fix publish action
1 parent cdd146a commit 939e94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publishing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: grunt build
2121
- name: Publish npm package
2222
run: npm publish
23+
env:
24+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2325
- name: Publish NuGet package
2426
id: publish_nuget
2527
uses: laget-se/publish-nuget@v2
@@ -29,5 +31,3 @@ jobs:
2931
PACKAGE_NAME: bootstrap-select
3032
VERSION_FILE_PATH: nuget/bootstrap-select.nuspec
3133
VERSION_REGEX: ^\s*<version>(.*)<\/version>\s*$
32-
env:
33-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)