Skip to content

Commit 64df63c

Browse files
committed
fix: dont release yet
1 parent 6823f5e commit 64df63c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222

2323
jobs:
2424
ci:
25-
name: Detect affected packages, build and test
25+
name: build, test and publish package
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -58,4 +58,4 @@ jobs:
5858
run: |
5959
RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
6060
npm version --no-git-tag-version $RELEASE_VERSION
61-
npm publish --access public --tag latest
61+
# npm publish --access public --tag latest

0 commit comments

Comments
 (0)