From 24f5d8c1df7e5b95a3febca07ef044829cf27c73 Mon Sep 17 00:00:00 2001 From: satackey <21271711+satackey@users.noreply.github.com> Date: Tue, 30 Jun 2020 11:12:43 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 392da2f1..acb7f6c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,21 +11,13 @@ jobs: runs-on: ubuntu-latest steps: - - name: Setup node.js - uses: actions/setup-node@v1 + - uses: actions/setup-node@v1 with: node-version: 12.x - - name: Checkout - uses: actions/checkout@v2 - - - name: Extract - id: extract - run: | - echo "##[set-output name=branch;]${GITHUB_REF#refs/heads/}" + - uses: actions/checkout@v2 - - name: Release - uses: satackey/push-prebuilt-action@v0.2.0-beta3 + - uses: satackey/push-prebuilt-action@v0.2.0-beta3 with: push-branch: '{branch}-release'