Skip to content

Commit b868e0c

Browse files
authored
Merge pull request #147 from finos/dev
finos/a11y-theme-builder#640: can't bump version on main, remove from…
2 parents b8b81c0 + c4cd174 commit b868e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
# prepend '[RELEASE]' so that it can be detected above to prevent looping
2020
# this is a commit to main that can be ignored by this GitHub action
2121
# 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
22+
# - run: npm version patch -m "[RELEASE] %s"
23+
# - run: git push
2424
# Setup .npmrc file to publish to npm
2525
- uses: actions/setup-node@v3
2626
with:

0 commit comments

Comments
 (0)