Skip to content

Commit

Permalink
ci: release, print MAJOR_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Sep 24, 2024
1 parent 55228b5 commit 400163c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
echo "No MAJOR_VERSION found"
exit 1
fi
echo "::notice title=MAJOR_VERSION::$MAJOR_VERSION"
popd
TMP_FILE=$(mktemp)
wget https://downloads.rclone.org/v1.66.0/rclone-v1.66.0-linux-amd64.deb -O "$TMP_FILE"
Expand Down

0 comments on commit 400163c

Please sign in to comment.