Skip to content

Commit b76cf87

Browse files
committed
chore: Fix brand color contrast, temporarily pin release action until softprops/action-gh-release#343 (comment) is resolved
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
1 parent dc86dfc commit b76cf87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/flatpak.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
5656
- name: Publish pre-release to GitHub releases
5757
if: ${{ github.ref == 'refs/heads/main' }}
58-
uses: softprops/action-gh-release@v2.3.2
58+
uses: softprops/action-gh-release@605f567f95cfaf9465d68c7dbf509f374691fb12
5959
with:
6060
tag_name: release-${{ steps.extract_branch.outputs.branch }}
6161
prerelease: true
@@ -64,7 +64,7 @@ jobs:
6464
/tmp/out/*/*
6565
- name: Publish release to GitHub releases
6666
if: startsWith(github.ref, 'refs/tags/v')
67-
uses: softprops/action-gh-release@v2.3.2
67+
uses: softprops/action-gh-release@605f567f95cfaf9465d68c7dbf509f374691fb12
6868
with:
6969
prerelease: false
7070
overwrite_files: true

assets/resources/metainfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
</recommends>
4242

4343
<branding>
44-
<color type="primary" scheme_preference="light">#6fb0ff</color>
45-
<color type="primary" scheme_preference="dark">#0087ff</color>
44+
<color type="primary" scheme_preference="light">#7bb4ff</color>
45+
<color type="primary" scheme_preference="dark">#3584e4</color>
4646
</branding>
4747

4848
<description>

0 commit comments

Comments
 (0)