Skip to content

Commit

Permalink
fix: Update build-and-release-to-spin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinston authored Nov 20, 2023
1 parent 915b472 commit 9a037cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-to-spin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Set env var
run: echo "NAMESPACE=${{ env.IS_PROD_RELEASE && 'nmdc' || 'nmdc-dev' }} >> "$GITHUB_ENV"
run: echo "NAMESPACE=${{ env.IS_PROD_RELEASE && 'nmdc' || 'nmdc-dev' }}" >> "$GITHUB_ENV"
- name: Redeploy ${{ env.NAMESPACE }}:${{ matrix.deployment }}
uses: fjogeleit/http-request-action@v1
with:
Expand Down

0 comments on commit 9a037cf

Please sign in to comment.