Skip to content

Commit 9edac48

Browse files
committed
removes changesets, publish npm pkg w yarn on cicd
Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
1 parent 57943ee commit 9edac48

File tree

4 files changed

+3
-39
lines changed

4 files changed

+3
-39
lines changed

.changeset/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/config.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,7 @@ jobs:
3535
registry-url: https://registry.npmjs.org/
3636
- name: Install Dependencies
3737
run: yarn --immutable
38-
# - name: Publish Package
39-
# run: yarn publish --non-interactive --access public
40-
# env:
41-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42-
- name: Create Release Pull Request or Publish to npm
43-
id: changesets
44-
uses: changesets/action@v1
45-
with:
46-
commit: "chore(release): Publish"
47-
title: "Changesets: Version Packages"
48-
publish: yarn release
49-
# Workaround for https://github.com/changesets/changesets/issues/421
50-
version: yarn release-update-lockfile
38+
- name: Publish Package
39+
run: yarn npm publish --access public
5140
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
41+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
],
1010
"license": "MIT",
1111
"devDependencies": {
12-
"@changesets/changelog-github": "^0.4.8",
13-
"@changesets/cli": "^2.26.2",
1412
"@playwright/test": "^1.37.1",
1513
"@swc-node/register": "^1.6.7",
1614
"@types/node": "^18.17.11",

0 commit comments

Comments
 (0)