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 e26378d commit 91d929cCopy full SHA for 91d929c
1 file changed
.github/workflows/release.yml
@@ -174,17 +174,6 @@ jobs:
174
run: |
175
yarn version --non-interactive --no-git-tag-version --new-version ${{ steps.prepare_release.outputs.version }}
176
177
- - name: Commit & Push updated version
178
- run: |
179
- git add package.json
180
- if [[ -n "$(git status --porcelain)" ]]; then
181
- git config --local user.email "maplibre@noreply.maplibre.org"
182
- git config --local user.name "MapLibre"
183
- git commit -m "Version Bump"
184
- git push origin HEAD:main
185
- else
186
- echo "no changes";
187
- fi
188
- name: Publish NPM package
189
190
yarn publish --non-interactive
0 commit comments