Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/test/magpiego/go_modul…
Browse files Browse the repository at this point in the history
…es-5a9c29dde4
  • Loading branch information
ytimocin authored Dec 12, 2024
2 parents 8376acf + 9d86925 commit e1e3447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4
- name: Get supported versions from versions.yaml
id: get-supported-versions
uses: mikefarah/yq@v4.44.5
uses: mikefarah/yq@v4.44.6
with:
# Get a comma-separated list of supported versions
cmd: yq '.supported[].version' versions.yaml | tr '\n' ',' | sed 's/,$//'
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
git config --global user.email "radiuscoreteam@service.microsoft.com"
- name: Get supported versions from versions.yaml
id: get-supported-versions
uses: mikefarah/yq@v4.44.5
uses: mikefarah/yq@v4.44.6
with:
# Get a comma-separated list of supported versions
cmd: yq '.supported[].version' ./radius/versions.yaml | tr '\n' ',' | sed 's/,$//'
Expand Down

0 comments on commit e1e3447

Please sign in to comment.