Skip to content

Commit

Permalink
தானாக வெளியீடுகள்
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 9, 2024
1 parent 1e580ac commit 5ea88b0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/npm-publish-next.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
version: latest
- run: pnpm install
- run: pnpm சோதனை
- run: git config --global user.email "[email protected]"
- 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}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lassi-js/kilimukku",
"version": "1.1.1",
"version": "1.1.2-1e580ac.0",
"description": "",
"main": "விநியோகம்/மூலம்/குறியீட்டு.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion மூலம்/பதிப்பு.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = "1.1.1";
export const version = "1.1.2-1e580ac.0";

0 comments on commit 5ea88b0

Please sign in to comment.