From ff4832e0ebd86125cf30931ed1dd7211105d437b Mon Sep 17 00:00:00 2001 From: Rodrigo Antunes Date: Fri, 26 Jan 2024 10:17:40 -0300 Subject: [PATCH] Try an old version --- .github/workflows/publish-jitexecutor-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-jitexecutor-native.yml b/.github/workflows/publish-jitexecutor-native.yml index 224c649bbc..d32874a9c4 100644 --- a/.github/workflows/publish-jitexecutor-native.yml +++ b/.github/workflows/publish-jitexecutor-native.yml @@ -24,7 +24,7 @@ jobs: - name: Set version id: version run: | - VERSION="999-20240125" + VERSION="999-20240119" echo "TAG=$VERSION" >> "$GITHUB_OUTPUT" echo "PROJECT_VERSION=$VERSION-SNAPSHOT" >> "$GITHUB_OUTPUT" shell: bash