Skip to content

Commit a9bb18a

Browse files
committed
fix: spelling in deployment.yml
1 parent 1d1a73a commit a9bb18a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
set -xeuo pipefail
6969
IFS=$'\n\t'
70-
# Needed for the advanced patter matching used in REFERENCE_BRANCH
70+
# Needed for the advanced pattern matching used in REFERENCE_BRANCH
7171
PREV_VERSION=$(git describe --tags --abbrev=0)
7272
# In case of manual trigger,
7373
# GITHUB_REF is of the form refs/heads/main -> we want main

0 commit comments

Comments
 (0)