diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1560b8e..b12de8b 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,15 +19,6 @@ jobs: - run: export RELEASE_VERSION_CTP_ASUSTOR_TS=$(curl --silent "https://api.github.com/repos/charlieporth1/asustor-tailscale/tags" | jq -r '.[0].name'); echo "RELEASE_VERSION_CTP_ASUSTOR_TS=$RELEASE_VERSION_CTP_ASUSTOR_TS" >> $GITHUB_ENV - - run: test "$RELEASE_VERSION_CTP_ASUSTOR_TS" = "$RELEASE_VERSION" && exit 1 || exit 0 - - id: no_new_version - if: failure() - run: exit 0 - - - id: no_new_version_alt - if: steps.new_version.conclusion == 'failure' - run: exit 0 - - id: checkout if: steps.new_version.conclusion == 'success' uses: actions/checkout@v3