Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey committed Jun 13, 2020
1 parent d25f7ac commit f53ad66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
- name: Checkout pre-built
uses: actions/checkout@v2
with:
ref: ${{ steps.extract.outputs.branch }}
ref: release-${{ steps.extract.outputs.branch }}
path: prebuilt

- name: Release
uses: './prebuilt'
with:
push-branch: release-{branch}
js-override-main: main.ts
js-override-main: main.ts

0 comments on commit f53ad66

Please sign in to comment.