File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: CI/CD
3
3
on :
4
4
pull_request : # Runs whenever a pull request is created or updated (including from another fork)
5
5
push : # Runs whenever a commit is pushed to the repository...
6
- branches : [experience-cs] # ...on any of these branches
6
+ branches : [experience-cs-new ] # ...on any of these branches
7
7
workflow_dispatch : # Allows you to run this workflow manually from the Actions tab
8
8
concurrency :
9
9
group : " ${{ github.workflow }} @ ${{ github.head_ref || github.ref }}"
82
82
sed -e "s|hotfix/REPLACE|${{ github.ref_name }}|" --in-place release.config.js
83
83
fi
84
84
- name : Publish to GitHub Packages
85
- if : github.ref == 'refs/heads/experience-cs'
85
+ if : github.ref == 'refs/heads/experience-cs-new '
86
86
run : |
87
87
RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
88
88
npm version --no-git-tag-version $RELEASE_VERSION
You can’t perform that action at this time.
0 commit comments