Skip to content

Commit

Permalink
fix typo and remove inaccurate description on release version
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRushton committed Aug 16, 2024
1 parent 53e328c commit bd06021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-managed-ema-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
do
docker tag $ECR_DEV_IMAGE $GCR_DEV_IMAGE_REPO:$current_tag
docker push $GCR_DEV_IMAGE_REPO:$current_tag
done2
done
- name: GCR (Staging) - Login
if: ${{ github.event.inputs.deployEnvironment == 'staging' }}
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
inputs:
releaseVersion:
description: "Default version to use when preparing a release (the current version with '-SNAPSHOT' removed)."
description: "Default version to use when preparing a release."
required: true
default: "A.B.C"
developmentVersion:
Expand Down

0 comments on commit bd06021

Please sign in to comment.