We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1a73a commit a9bb18aCopy full SHA for a9bb18a
1 file changed
.github/workflows/deployment.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
set -xeuo pipefail
69
IFS=$'\n\t'
70
- # Needed for the advanced patter matching used in REFERENCE_BRANCH
+ # Needed for the advanced pattern matching used in REFERENCE_BRANCH
71
PREV_VERSION=$(git describe --tags --abbrev=0)
72
# In case of manual trigger,
73
# GITHUB_REF is of the form refs/heads/main -> we want main
0 commit comments