Skip to content

Commit

Permalink
fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Apr 20, 2022
1 parent cdd146a commit 939e94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: grunt build
- name: Publish npm package
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish NuGet package
id: publish_nuget
uses: laget-se/publish-nuget@v2
Expand All @@ -29,5 +31,3 @@ jobs:
PACKAGE_NAME: bootstrap-select
VERSION_FILE_PATH: nuget/bootstrap-select.nuspec
VERSION_REGEX: ^\s*<version>(.*)<\/version>\s*$
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 939e94b

Please sign in to comment.