Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
fix: add PUBLISH_NPM and PUBLISH_NUGET env variables (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Engin Diri authored Sep 28, 2022
1 parent b6352e0 commit d30dcce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ env:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_USERNAME: "__token__"
PUBLISH_PYPI: true
PUBLISH_NPM: true
PUBLISH_NUGET: true
jobs:
publish_binary:
name: publish
Expand Down

0 comments on commit d30dcce

Please sign in to comment.