Skip to content

Commit 508e9a3

Browse files
committed
DO NOT MERGE - create package for testing upgrade
1 parent 9d5e30a commit 508e9a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI/CD
22

33
on:
44
pull_request: # Runs whenever a pull request is created or updated (including from another fork)
5-
push: # Runs whenever a commit is pushed to the repository...
6-
branches: [experience-cs]
5+
push: # runs whenever a commit is pushed to the repository...
6+
branches: [seb-experience-cs-upgrade]
77
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
88
concurrency:
99
group: "${{ github.workflow }} @ ${{ github.head_ref || github.ref }}"
@@ -82,9 +82,9 @@ jobs:
8282
sed -e "s|hotfix/REPLACE|${{ github.ref_name }}|" --in-place release.config.js
8383
fi
8484
- name: Publish to GitHub Packages
85-
if: github.ref == 'refs/heads/experience-cs'
85+
if: github.ref == 'refs/heads/seb-experience-cs-upgrade'
8686
run: |
87-
RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
87+
RELEASE_VERSION="0.1.0-seb-experience-cs-upgrade.$(date +'%Y%m%d%H%M%S')"
8888
npm version --no-git-tag-version $RELEASE_VERSION
8989
npm publish --access public --tag latest
9090
env:

0 commit comments

Comments
 (0)