Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cracrayol authored Sep 1, 2024
1 parent 2ecb603 commit 715a3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Specify runner + deployment step
runs-on: ubuntu-latest
if: ${{ vars.WEBPACK_ENV }} == 'production'
if: env.WEBPACK_ENV == 'production'
steps:
- name: Download dist folder
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 715a3a2

Please sign in to comment.