aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-23 08:30:48 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-23 08:31:10 +0530
commitda78999d302fee8b1b5722ad5e26a78975d81fbd (patch)
tree740a448329c92e77584fde303e84e9d40069cd86 /.github
parent6.0.0-nightly.74 [skip ci] (diff)
downloadferdium-app-da78999d302fee8b1b5722ad5e26a78975d81fbd.tar.gz
ferdium-app-da78999d302fee8b1b5722ad5e26a78975d81fbd.tar.zst
ferdium-app-da78999d302fee8b1b5722ad5e26a78975d81fbd.zip
Fix issue with incorrect GH workflow [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/homebrew-cask-updates.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/homebrew-cask-updates.yml b/.github/workflows/homebrew-cask-updates.yml
index aa8d605c2..2e6e0f058 100644
--- a/.github/workflows/homebrew-cask-updates.yml
+++ b/.github/workflows/homebrew-cask-updates.yml
@@ -36,7 +36,7 @@ jobs:
36 dryrun: false 36 dryrun: false
37 - name: Publish release 37 - name: Publish release
38 uses: macauley/action-homebrew-bump-cask@v1 38 uses: macauley/action-homebrew-bump-cask@v1
39 if: ${{ !contains(${{ github.event.release.tag_name }}, "nightly") && !contains(${{ github.event.release.tag_name }}, "beta") }} 39 if: ${{ !contains(github.event.release.tag_name, "nightly") && !contains(github.event.release.tag_name, "beta") }}
40 with: 40 with:
41 # Required, custom GitHub access token with only the 'public_repo' scope enabled 41 # Required, custom GitHub access token with only the 'public_repo' scope enabled
42 token: ${{ secrets.HOMEBREW_FERDIUM_PUBLISH_TOKEN }} 42 token: ${{ secrets.HOMEBREW_FERDIUM_PUBLISH_TOKEN }}