Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2ee27e6

Browse filesBrowse files
committed
fix: condition
1 parent 3b49bfc commit 2ee27e6
Copy full SHA for 2ee27e6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎.github/workflows/update-peerdb-release-version.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/update-peerdb-release-version.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
yq -e -i '.appVersion = strenv(PEERDB_VERSION)' peerdb/Chart.yaml
4848
yq -e -i '.appVersion = strenv(PEERDB_VERSION)' peerdb-catalog/Chart.yaml
4949
yq -e -i '.peerdb.version = strenv(STABLE_PEERDB_VERSION)' peerdb/values.yaml
50-
git diff --exit-code && exit 0 || echo "{changes}={true}" >> $GITHUB_OUTPUT
50+
git diff --exit-code || echo "{changes}={true}" >> $GITHUB_OUTPUT
5151
- name: Get next version
5252
if: ${{ steps.update-peerdb-version.outputs.changes == 'true' }}
5353
uses: reecetech/version-increment@2024.10.1

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.