This commit is contained in:
Sahil Ahuja 2025-01-29 18:25:04 +05:30
parent 651bf8c286
commit c2c35dd0d8
2 changed files with 1 additions and 4 deletions

View File

@ -3,9 +3,6 @@ name: NPM Link and check resuable workflow
on: on:
workflow_call: workflow_call:
env:
REPO: ${{ github.repository }}/temp #Add /temp for PR workflow
jobs: jobs:
lint-and-check: lint-and-check:

View File

@ -7,6 +7,6 @@ Github Action Workflows that can be reused, built by GMetri
``` ```
git add -A; git add -A;
git commit -m "<commit msg>" git commit -m "<commit msg>"
git tag -a -m "<tag msg>" v1.3 git tag -a -m "<tag msg>" v1.0.1
git push --follow-tags git push --follow-tags
``` ```