Skip to content

Commit 780930a

Browse files
authored
Merge pull request #1 from satackey/update-workflow
Update release.yml
2 parents b51e91f + 24f5d8c commit 780930a

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: Setup node.js
15-
uses: actions/setup-node@v1
14+
- uses: actions/setup-node@v1
1615
with:
1716
node-version: 12.x
1817

19-
- name: Checkout
20-
uses: actions/checkout@v2
21-
22-
- name: Extract
23-
id: extract
24-
run: |
25-
echo "##[set-output name=branch;]${GITHUB_REF#refs/heads/}"
18+
- uses: actions/checkout@v2
2619

27-
- name: Release
28-
uses: satackey/push-prebuilt-action@v0.2.0-beta3
20+
- uses: satackey/push-prebuilt-action@v0.2.0-beta3
2921
with:
3022
push-branch: '{branch}-release'
3123

0 commit comments

Comments
 (0)