We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92199d0 commit a44d428Copy full SHA for a44d428
.github/workflows/mainnet-frontend.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Publish
22
uses: netlify/actions/cli@master
23
with:
24
- args: deploy --build --context production --prod --message ${{ steps.git_tag.outputs.version }}
+ args: deploy --build --context production --prod --filter @dither.chat/frontend --message ${{ steps.git_tag.outputs.version }}
25
env:
26
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
27
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
0 commit comments