Skip to content

Commit a44d428

Browse files
authored
fix(ci): netlify deploy mainnet filter (#511)
1 parent 92199d0 commit a44d428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mainnet-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish
2222
uses: netlify/actions/cli@master
2323
with:
24-
args: deploy --build --context production --prod --message ${{ steps.git_tag.outputs.version }}
24+
args: deploy --build --context production --prod --filter @dither.chat/frontend --message ${{ steps.git_tag.outputs.version }}
2525
env:
2626
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
2727
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)