Created
February 21, 2023 15:31
-
-
Save lando2319/bf471af8eaf2377b8bcd6410d662f3fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Updating Release State (.releaseState.json) with version $BACKEND_VERSION, with message $RELEASE_MESSAGE" | |
echo "$(sed '$d' .releaseState.json), | |
\"$BACKEND_VERSION\":{ | |
\"message\":\"$RELEASE_MESSAGE\", | |
\"sandbox\":true, | |
\"production\":false | |
} | |
}" > .releaseState.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment