We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8b81c0 + c4cd174 commit b868e0cCopy full SHA for b868e0c
.github/workflows/npm.yml
@@ -19,8 +19,8 @@ jobs:
19
# prepend '[RELEASE]' so that it can be detected above to prevent looping
20
# this is a commit to main that can be ignored by this GitHub action
21
# use 'patch' to update only the last digit in the version (e.g. 1.1.?)
22
- - run: npm version patch -m "[RELEASE] %s"
23
- - run: git push
+ # - run: npm version patch -m "[RELEASE] %s"
+ # - run: git push
24
# Setup .npmrc file to publish to npm
25
- uses: actions/setup-node@v3
26
with:
0 commit comments