Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 382acd4

Browse files
committed
fix yaml
1 parent bcc48f1 commit 382acd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959

6060

6161
steps:
62-
- name: Extract branch name
63-
shell: bash
64-
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
65-
id: extract_branch
62+
- name: Extract branch name
63+
shell: bash
64+
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
65+
id: extract_branch
6666

6767
- name: Delete tag and release
6868
uses: dev-drprasad/[email protected]

0 commit comments

Comments
 (0)