Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Internal 18 fix release workflow (#95)
Browse files Browse the repository at this point in the history
* whoops

* >_<
  • Loading branch information
jgrillo-grapl authored May 26, 2020
1 parent 28a01e7 commit f8d6b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/grapl-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,15 +265,15 @@ jobs:
docker rm -f grapl-analyzerlib
- name: Upload grapl_analyzerlib to Test PyPI
if: $CHANNEL == 'beta'
if: env.CHANNEL == 'beta'
uses: pypa/gh-action-pypi-publish@v1
with:
user: __token__
password: ${{ secrets.GRAPL_ANALYZERLIB_TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/

- name: Upload grapl_analzyerlib to PyPI
if: $CHANNEL == 'latest'
if: env.CHANNEL == 'latest'
uses: pypa/gh-action-pypi-publish@v1
with:
user: __token__
Expand Down

0 comments on commit f8d6b4f

Please sign in to comment.