tagging
This commit is contained in:
parent
651bf8c286
commit
c2c35dd0d8
3
.github/workflows/lint-and-check.yml
vendored
3
.github/workflows/lint-and-check.yml
vendored
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user