Skip to content

Commit 81217ae

Browse files
committed
fix: publish test package as seb-experience-cs
1 parent 1f7794f commit 81217ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
55
push: # Runs whenever a commit is pushed to the repository
6-
branches: [experience-cs]
6+
branches: [seb-experience-cs]
77

88
permissions:
99
packages: write # deploy to GitHub Packages
@@ -97,6 +97,6 @@ jobs:
9797
env:
9898
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9999
run: |
100-
RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
100+
RELEASE_VERSION="0.1.0-seb-experience-cs.$(date +'%Y%m%d%H%M%S')"
101101
npm version --no-git-tag-version $RELEASE_VERSION
102102
npm publish --access public --tag latest

0 commit comments

Comments
 (0)