From 5ea88b09118786cec4b0d86f0611197b194bd360 Mon Sep 17 00:00:00 2001 From: julienmalard Date: Fri, 9 Feb 2024 11:10:01 +0100 Subject: [PATCH] =?UTF-8?q?=E0=AE=A4=E0=AE=BE=E0=AE=A9=E0=AE=BE=E0=AE=95?= =?UTF-8?q?=20=E0=AE=B5=E0=AF=86=E0=AE=B3=E0=AE=BF=E0=AE=AF=E0=AF=80?= =?UTF-8?q?=E0=AE=9F=E0=AF=81=E0=AE=95=E0=AE=B3=E0=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-publish-next.yml | 32 +++++++++++++++++++ package.json | 2 +- ...52\340\257\215\340\256\252\340\257\201.ts" | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/npm-publish-next.yml diff --git a/.github/workflows/npm-publish-next.yml b/.github/workflows/npm-publish-next.yml new file mode 100644 index 0000000..ee89483 --- /dev/null +++ b/.github/workflows/npm-publish-next.yml @@ -0,0 +1,32 @@ +--- +name: Node.js Package (next tag) + +on: + push: + branches: + - main + +jobs: + publish-npm: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 'lts/*' + registry-url: https://registry.npmjs.org/ + - name: Installer pnpm + uses: pnpm/action-setup@v2.4.0 + with: + version: latest + - run: pnpm install + - run: pnpm சோதனை + - run: git config --global user.email "bot@example.com" + - run: git config --global user.name "Github Action" + - run: | + pnpm version prerelease --no-git-tag-version \ + --preid=`git rev-parse --short HEAD` + git commit package.json -m "முத்திரை அடுத்தது" + pnpm publish --tag அடுத்தது + env: + NODE_AUTH_TOKEN: ${{secrets.npm_token}} \ No newline at end of file diff --git a/package.json b/package.json index b6cdaa2..0136e4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lassi-js/kilimukku", - "version": "1.1.1", + "version": "1.1.2-1e580ac.0", "description": "", "main": "விநியோகம்/மூலம்/குறியீட்டு.js", "scripts": { diff --git "a/\340\256\256\340\257\202\340\256\262\340\256\256\340\257\215/\340\256\252\340\256\244\340\256\277\340\256\252\340\257\215\340\256\252\340\257\201.ts" "b/\340\256\256\340\257\202\340\256\262\340\256\256\340\257\215/\340\256\252\340\256\244\340\256\277\340\256\252\340\257\215\340\256\252\340\257\201.ts" index 828ce51..7314ed9 100644 --- "a/\340\256\256\340\257\202\340\256\262\340\256\256\340\257\215/\340\256\252\340\256\244\340\256\277\340\256\252\340\257\215\340\256\252\340\257\201.ts" +++ "b/\340\256\256\340\257\202\340\256\262\340\256\256\340\257\215/\340\256\252\340\256\244\340\256\277\340\256\252\340\257\215\340\256\252\340\257\201.ts" @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = "1.1.1"; +export const version = "1.1.2-1e580ac.0";