We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1125721 commit 8e4d0ffCopy full SHA for 8e4d0ff
.github/workflows/publish-package-to-npmjs.yml
@@ -70,6 +70,7 @@ jobs:
70
sdkVersion: ${{ steps.version.outputs.package_version }}
71
createNpmJsRelease:
72
needs: [incrementVersionNumber, build]
73
+ runs-on: ubuntu-latest
74
steps:
75
- name: Create Release Notes
76
uses: softprops/action-gh-release@v2
0 commit comments