mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
[ci] debug, fetch and show tags
This commit is contained in:
parent
3ae683bce4
commit
61263893fc
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -49,7 +49,8 @@ jobs:
|
|||
- name: Fetch Tags
|
||||
run: git fetch --tags
|
||||
|
||||
- name: Show tags
|
||||
run: git show-ref --tags
|
||||
|
||||
- name: Changelog
|
||||
run: npm run changelog
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
1
.github/workflows/release-package.yml
vendored
1
.github/workflows/release-package.yml
vendored
|
@ -29,3 +29,4 @@ jobs:
|
|||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"deps:check": "dependency-cruiser src",
|
||||
"changelog": "auto-changelog",
|
||||
"coverage:badge": "istanbul-badges-readme",
|
||||
"ci": "env && git show-ref --tags && npm run lint && npm run build && npm run test && npm run changelog"
|
||||
"ci": "env && git fetch --tags && git show-ref --tags && npm run lint && npm run build && npm run test && npm run changelog"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue