Skip to content

Commit

Permalink
Fix: remove directory for .env workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Aug 10, 2023
1 parent eff5d1f commit 8c931c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
uses: SpicyPizza/[email protected]
with:
envkey_PUBLIC_WEB3_STORAGE_KEY: ${{ secrets.PUBLIC_WEB3_STORAGE_KEY }}
directory: .
file_name: .env
fail_on_empty: false
fail_on_empty: true
sort_keys: false
- name: 🏗 Build assets
run: npm run build
Expand Down

0 comments on commit 8c931c6

Please sign in to comment.