Skip to content

Commit 04484be

Browse files
added runs on property to js sdk release notes
1 parent d6ad0cb commit 04484be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-package-to-npmjs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
sdkVersion: ${{ steps.version.outputs.package_version }}
7171
createNpmJsRelease:
7272
needs: [incrementVersionNumber, build]
73+
runs-on: ubuntu-latest
7374
steps:
7475
- name: Create Release Notes
7576
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)