Tempoarily disabling version patching for release

This commit is contained in:
James Ives 2021-02-08 00:17:07 -05:00
parent 573757e942
commit fb0dfed981
2 changed files with 10 additions and 1 deletions

View File

@ -28,6 +28,7 @@ jobs:
folder: integration
single-commit: true
clean: true
silent: true
# Deploys using checkout@v1 with an ACCESS_TOKEN.
integration-checkout-v1:
@ -46,6 +47,7 @@ jobs:
target-folder: cat/montezuma
git-config-name: Montezuma
git-config-email: montezuma@jamesiv.es
silent: true
- name: Cleanup Generated Branch
uses: dawidd6/action-delete-branch@v2.0.1
@ -69,6 +71,7 @@ jobs:
branch: gh-pages
folder: integration
target-folder: cat/montezuma2
silent: true
- name: Cleanup Generated Branch
uses: dawidd6/action-delete-branch@v2.0.1
@ -101,6 +104,7 @@ jobs:
branch: gh-pages
folder: integration
target-folder: cat/montezuma2
silent: true
- name: Cleanup Generated Branch
uses: dawidd6/action-delete-branch@v2.0.1
@ -125,6 +129,7 @@ jobs:
branch: gh-pages
folder: integration
target-folder: cat/montezuma3
silent: true
- name: Cleanup Generated Branch
uses: dawidd6/action-delete-branch@v2.0.1
@ -154,6 +159,7 @@ jobs:
branch: gh-pages
folder: integration
target-folder: cat/montezuma4
silent: true
- name: Cleanup Generated Branch
uses: dawidd6/action-delete-branch@v2.0.1
@ -182,6 +188,7 @@ jobs:
branch: gh-pages
folder: integration
target-folder: cat/montezuma4
silent: true
- name: Cleanup Generated Branch
uses: dawidd6/action-delete-branch@v2.0.1
@ -206,6 +213,7 @@ jobs:
branch: gh-pages
folder: integration
clean: true
silent: true
# Deploys to a branch that doesn't exist with SINGLE_COMMIT.
integration-branch-creation:
@ -224,6 +232,7 @@ jobs:
branch: integration-test-delete-prod
folder: integration
single-commit: true
silent: true
- name: Cleanup Generated Branch
uses: dawidd6/action-delete-branch@v2.0.1

View File

@ -28,7 +28,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn build
- run: npm version patch -m "Release %s 📣"
# - run: npm version patch -m "Release %s 📣"
- run: git push
# Publish to npm