We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228b857 commit 3ce17edCopy full SHA for 3ce17ed
.github/workflows/call-build-images.yaml
@@ -62,7 +62,7 @@ jobs:
62
# E.g. if we build version 1.9.2 we want to tag with 1.9.2 and 1.9.
63
- name: Determine major version tag
64
id: determine-major-version
65
- uses: frabert/replace-string-action@v2.4
+ uses: frabert/replace-string-action@v2.5
66
with:
67
pattern: '^(\d+\.\d+).*$'
68
string: ${{ inputs.version }}
.github/workflows/staging-build.yaml
@@ -61,7 +61,7 @@ jobs:
61
INPUT_VERSION: ${{ inputs.version || github.ref_name }}
# String the 'v' prefix for tags.
- - uses: frabert/replace-string-action@v2.4
+ - uses: frabert/replace-string-action@v2.5
id: formatted_version
pattern: '[v]*(.*)$'
0 commit comments