Skip to content

Commit d810bf5

Browse files
committed
Fix some reference issues
Signed-off-by: Lars Geyer-Blaumeiser <lars.blaumeiser@cofinity-x.com>
1 parent d8da881 commit d810bf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/generate-and-publish-allure-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
path: allure-results
4646

4747
- name: Build Allure test report
48-
uses: simple-elf/allure-report-action@v1.12
48+
uses: simple-elf/allure-report-action@v1.13
4949
with:
5050
gh_pages: gh-pages
5151
allure_results: allure-results

.github/workflows/upgradeability-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: "Get latest released version"
6060
id: get-version
6161
run: |
62-
RELEASED_VERSION=$(helm search repo tractusx/tractusx-connector -l -o json | jq -r 'first | .version')
62+
RELEASED_VERSION=0.10.2
6363
echo "Last official release is $RELEASED_VERSION"
6464
echo "RELEASE=$RELEASED_VERSION" >> $GITHUB_ENV
6565
exit 0

0 commit comments

Comments
 (0)