Skip to content

Commit

Permalink
release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Jan 2, 2024
1 parent ef165f7 commit 87b557b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare-instance/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
SALEOR_CLI_ENV: staging
INSTANCE_NAME: ${{ inputs.POOL_NAME }}
run: |
set +o pipefail
INSTANCE_KEY=$(npx saleor env show "$INSTANCE_NAME" --json | jq .key)
echo "INSTANCE_KEY=$INSTANCE_KEY" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 87b557b

Please sign in to comment.