Skip to content

Commit 9c34a2f

Browse files
fix: add runs-on property to release workflow @W-16974485@ (#204)
1 parent 02ff91e commit 9c34a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/onRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
needs: [getDistTag]
2828
outputs:
2929
major: ${{ steps.parsedVersion.outputs.major }}
30+
runs-on: ubuntu-latest
3031
steps:
3132
- uses: salesforcecli/github-workflows/.github/actions/parse-semver@main
3233
with:

0 commit comments

Comments
 (0)