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 1f7794f commit 81217aeCopy full SHA for 81217ae
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
5
push: # Runs whenever a commit is pushed to the repository
6
- branches: [experience-cs]
+ branches: [seb-experience-cs]
7
8
permissions:
9
packages: write # deploy to GitHub Packages
@@ -97,6 +97,6 @@ jobs:
97
env:
98
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
run: |
100
- RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
+ RELEASE_VERSION="0.1.0-seb-experience-cs.$(date +'%Y%m%d%H%M%S')"
101
npm version --no-git-tag-version $RELEASE_VERSION
102
npm publish --access public --tag latest
0 commit comments