From 8ab39b6fe82d215ebb09e52c62134e7f047478c0 Mon Sep 17 00:00:00 2001 From: Levend Date: Sat, 25 May 2024 05:11:06 +0200 Subject: [PATCH 1/3] feat: add github actions --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5ac329..4ccfef5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - main + - dev concurrency: ${{ github.workflow }}-${{ github.ref }} @@ -25,7 +25,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: pnpm/action-setup@v4.0.0 - + with: + version: 9.1.1 - name: Use Node.js uses: actions/setup-node@v4 with: From f54a9556ab2c64ea507630ea8461cc86cd172f4b Mon Sep 17 00:00:00 2001 From: Levend Date: Sat, 25 May 2024 05:13:47 +0200 Subject: [PATCH 2/3] feat: add github actions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8f8511..bf6499c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "unused-i18n", + "name": "@lawndlwd/unused-i18n", "version": "0.1.8", "license": "MIT", "type": "module", From a7f3038b327ef73d17bcbac68e4ba1f7565c7f9d Mon Sep 17 00:00:00 2001 From: Levend Date: Sat, 25 May 2024 05:15:13 +0200 Subject: [PATCH 3/3] feat: add github actions --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index bf6499c..def2fbc 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "0.1.8", "license": "MIT", "type": "module", + "publishConfig": { + "access": "public" + }, "release": { "branches": [ "main"