From a88132aed07fcd61e321ec51aab89f14226d0a3a Mon Sep 17 00:00:00 2001 From: Rein Appeldoorn Date: Wed, 2 Dec 2020 21:49:56 +0100 Subject: [PATCH] Update tags.yaml --- .github/workflows/tags.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tags.yaml b/.github/workflows/tags.yaml index c256e0d..0dc20c6 100644 --- a/.github/workflows/tags.yaml +++ b/.github/workflows/tags.yaml @@ -19,11 +19,11 @@ jobs: npm install npm run build npm run build-zip - - name: Upload binaries to release - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist-zip/* - tag: ${{ github.ref }} - overwrite: true - file_glob: true + - name: Upload binaries to release + uses: svenstaro/upload-release-action@v2 + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + file: dist-zip/* + tag: ${{ github.ref }} + overwrite: true + file_glob: true