Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieporth1 authored Sep 10, 2024
1 parent 47fc1bf commit b9a0aa1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9a0aa1

Please sign in to comment.