Skip to content

Commit

Permalink
ci: Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Venatum committed Oct 19, 2023
1 parent cfd16d7 commit cd8bcb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
shell: bash
run: |
echo "$ENV_FILE" >> .env.prod
chmod +x ./tools/interpolate.sh
make zip-prod
env:
ENV_FILE: ${{ vars.PRODUCTION_ENV }}
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
shell: bash
run: |
echo "$ENV_FILE" >> .env.inte
chmod +x ./tools/interpolate.sh
make zip-inte
env:
ENV_FILE: ${{ vars.INTEGRATION_ENV }}
Expand Down

0 comments on commit cd8bcb3

Please sign in to comment.