Skip to content

Commit

Permalink
always push
Browse files Browse the repository at this point in the history
  • Loading branch information
hughy committed Oct 3, 2023
1 parent a85b922 commit 9dceb26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push-version-to-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ jobs:
uses: actions/checkout@v3

- name: Push version string to mainnet API
if: ${{ inputs.push_mainnet }}
run: ./ironfish-cli/scripts/push-version.sh
env:
IRON_FISH_API_KEY: ${{ secrets.IRON_FISH_API_KEY }}
IRON_FISH_API_URL: ${{ secrets.IRON_FISH_API_URL }}

- name: Push version string to testnet API
if: ${{ inputs.push_testnet }}
run: ./ironfish-cli/scripts/push-version.sh
env:
IRON_FISH_API_KEY: ${{ secrets.IRON_FISH_API_KEY_TESTNET }}
Expand Down

0 comments on commit 9dceb26

Please sign in to comment.