Skip to content

Commit

Permalink
ci: Update release job
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Feb 27, 2020
1 parent f3e099e commit 50b080f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
name: tsconfig-references
path: packages/tsconfig-references/bundles
- run: echo ${{ github.ref }}
release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -32,10 +31,6 @@ jobs:
- uses: actions/download-artifact@v1
with:
name: tsconfig-references
- uses: montudor/action-zip@v0.1.0
with:
args:
unzip -qq tsconfig-references -d ./tsconfig-references
- uses: actions/create-release@v1
id: create_release
env:
Expand Down

0 comments on commit 50b080f

Please sign in to comment.