We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6823f5e commit 64df63cCopy full SHA for 64df63c
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ concurrency:
22
23
jobs:
24
ci:
25
- name: Detect affected packages, build and test
+ name: build, test and publish package
26
runs-on: ubuntu-latest
27
steps:
28
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -58,4 +58,4 @@ jobs:
58
run: |
59
RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
60
npm version --no-git-tag-version $RELEASE_VERSION
61
- npm publish --access public --tag latest
+ # npm publish --access public --tag latest
0 commit comments