Skip to content

Commit

Permalink
rmed extra )
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieporth1 committed Sep 10, 2024
1 parent e8cca71 commit b416286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- id: new_version
name: Early exit if no new version
run: export RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/tailscale/tailscale/tags" | jq '.[] | select(.name | endswith("pre") | not)' | jq -r '.name' | head -n +1 | awk -Fv '{print $2}')); echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
run: export RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/tailscale/tailscale/tags" | jq '.[] | select(.name | endswith("pre") | not)' | jq -r '.name' | head -n +1 | awk -Fv '{print $2}'); echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
- 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

- id: checkout
Expand Down

0 comments on commit b416286

Please sign in to comment.