Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 16, 2021
1 parent fade1b1 commit 0af08a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-choco.yml
Expand Up @@ -41,8 +41,8 @@ jobs:
with:
args: install altair-graphql.4.0.11.nupkg
- name: Add mask
run: |
echo "::add-mask::${{ secrets.CHOCOLATEY_API_KEY }}"
run: |
echo "::add-mask::${{ secrets.CHOCOLATEY_API_KEY }}"
- name: chocolatey push
uses: crazy-max/ghaction-chocolatey@v1.6.0
with:
Expand Down

0 comments on commit 0af08a0

Please sign in to comment.