Skip to content

Commit c4d40c8

Browse files
author
issayah
committed
ci: fix the damn ci
1 parent 7005d45 commit c4d40c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
env:
6363
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
6464

65-
- name: status
65+
- name: Show git status
6666
run: git status
6767

6868
- name: Publish

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8686
if: ${{ steps.release.outputs.releases_created }}
8787

88-
- name: status
88+
- name: Show git status
8989
run: git status
9090
if: ${{ steps.release.outputs.releases_created }}
9191

.github/workflows/release-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8686
if: ${{ steps.release.outputs.releases_created }}
8787

88-
- name: status
88+
- name: stShow git statusatus
8989
run: git status
9090
if: ${{ steps.release.outputs.releases_created }}
9191

0 commit comments

Comments
 (0)