Skip to content

Commit

Permalink
only deploy if published
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Oct 22, 2023
1 parent 2437013 commit 8e011cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Deploy new version
# if: steps.changesets.outputs.published == 'true'
if: steps.changesets.outputs.published == 'true'
uses: devcontainers/ci@v0.3
env:
TF_VAR_elastic_host: ${{ secrets.TF_VAR_elastic_host }}
Expand Down

0 comments on commit 8e011cd

Please sign in to comment.