mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-10-21 14:57:23 +00:00
Meta changes to snapshots and reviews (#1769)
This commit is contained in:
@@ -38,7 +38,7 @@ function create_release() {
|
||||
CHANGELOG_FILE="$(mktemp)"
|
||||
echo "Latest release for APS from revision ${CURRENT_REV}" | tee "${CHANGELOG_FILE}"
|
||||
pushd "${ASSET_DIRECTORY}" || return
|
||||
gh release create --title "Latest snapshot build" -F "${CHANGELOG_FILE}" "${LATEST_TAG}" ./*
|
||||
gh release create --prerelease --title "Latest snapshot build" --notes-file "${CHANGELOG_FILE}" "${LATEST_TAG}" ./*
|
||||
popd || return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user