Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KallynGowdy committed Dec 12, 2024
1 parent a701aa9 commit 7b4835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git merge -X theirs --no-ff ${{ github.event.inputs.source }}
- name: Update package versions
run: |
if [ "${{ github.event.inputs.branch }}" == "master" ] || [[ "{{ github.event.inputs.branch }}" =~ ^release/.* ]]; then
if [ "${{ github.event.inputs.branch }}" == "master" ] || [[ "${{ github.event.inputs.branch }}" =~ ^release/.* ]]; then
VERSION=$("./script/next_version.sh")
else
VERSION=$("./script/next_version.sh" "${GITHUB_RUN_ID}")
Expand Down

0 comments on commit 7b4835d

Please sign in to comment.