Skip to content

Commit

Permalink
ci: add silent-fail input to publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrani authored Aug 16, 2023
1 parent 73e2684 commit be0aa99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release & Deploy

on:
schedule:
- cron: '30 9 * * 3,6'
- cron: '0 12 * * *'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -63,8 +63,9 @@ jobs:

- name: Upload & Publish
if: steps.semver.outputs.version != ''
uses: mnao305/chrome-extension-upload@v4.0.1
uses: cdrani/chrome-extension-upload@ci/silent-update-fail
with:
slient-fail: true
file-path: Chorus.zip
client-id: ${{ secrets.CLIENT_ID }}
extension-id: ${{ secrets.EXTENSION_ID }}
Expand Down

0 comments on commit be0aa99

Please sign in to comment.