Automatically tag "stable" for latest version

This commit is contained in:
Philipp Holzer 2021-01-05 20:01:54 +01:00
parent a334cc2671
commit 3dc6dc004b
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='2021.01'
[stable]=$( cat latest.txt )
)
self="$(basename "${BASH_SOURCE[0]}")"