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 9e3931f commit 69f71c9Copy full SHA for 69f71c9
.github/workflows/sdk-npm-publish.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
set-publish-version:
17
# Run only on main branch
18
- if: github.ref == 'refs/heads/main'
+ # if: github.ref == 'refs/heads/main'
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout code
@@ -38,7 +38,7 @@ jobs:
38
39
publish-npm:
40
41
42
uses: ./.github/workflows/reusable-sdk-npm.yml
43
needs: set-publish-version
44
with:
0 commit comments