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";