Skip to content

Commit

Permalink
Fix bug with release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Nov 23, 2021
1 parent 6feff28 commit 92b9a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
build-deb-mainnet:
runs-on: ubuntu-latest
env: # Or as an environment variable
SPID_TESTNET: ${{ secrets.SPID_MAINNET }}
API_KEY_TESTNET: ${{ secrets.API_KEY_MAINNET }}
SPID_MAINNET: ${{ secrets.SPID_MAINNET }}
API_KEY_MAINNET: ${{ secrets.API_KEY_MAINNET }}
steps:
- uses: actions/checkout@v2
- name: Get the version
Expand Down

0 comments on commit 92b9a90

Please sign in to comment.