Skip to content

Commit

Permalink
Update release script to beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lvreynoso committed Aug 24, 2023
1 parent 8c09e9c commit 04e6e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ OLD_TAG=$(git describe --tags --match "${WORKFLOW_NAME}-v*" || echo "${WORKFLOW_
# exit 1
# fi

TAG="amr-v1.3.0-beta.3"
TAG="amr-v1.3.0-beta.4"

if [[ $( git branch --show-current) != "main" ]]; then
COMMIT=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit 04e6e7e

Please sign in to comment.