Skip to content

Commit

Permalink
fix: add missing testnet network identifier to post-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Dec 16, 2020
1 parent 5099d02 commit 49c8cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
build-cache-image: cardano-rosetta:${{ github.event.release.tag_name }}
build-context: ${{ github.workspace }}
network-identifier: testnet
tag: ${{ github.event.release.tag_name }}-testnet
- name: Smoke test Cardano Rosetta image
uses: ./.github/actions/smoke_test_cardano_rosetta
Expand Down

0 comments on commit 49c8cb5

Please sign in to comment.