Skip to content

Commit

Permalink
Update tags.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
reinzor authored Dec 2, 2020
1 parent b32a053 commit a88132a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a88132a

Please sign in to comment.