diff --git a/.github/workflows/gradle-custom-plugin-release.yml b/.github/workflows/gradle-custom-plugin-release.yml index ea35009..e00d1c5 100644 --- a/.github/workflows/gradle-custom-plugin-release.yml +++ b/.github/workflows/gradle-custom-plugin-release.yml @@ -20,8 +20,9 @@ jobs: permissions: write-all steps: - - uses: actions/checkout@v3 - + - uses: actions/checkout@v4 + with: + ref: 'main' - name: Set up JDK 11 uses: actions/setup-java@v3 @@ -75,7 +76,7 @@ jobs: version="$temp_major$temp_minor$temp_patch$temp_prereleaseVersion" - echo "temp_prereleaseVersion : $version" + echo "echo : $version" echo "APPLICATION_VERSION=$version" >> $GITHUB_OUTPUT