Skip to content

Commit

Permalink
Upload all files from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwroc authored Dec 26, 2021
1 parent 598275e commit f05eba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# upload release assets
- name: Upload release assets
run: |
gh release upload --clobber ${{ env.VERSION }} ${{ env.FILES }}
find ./dist -type f -exec gh release upload --clobber ${{ env.VERSION }} {} +
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ steps.create_release.outputs.tag_name }}
FILES: ./dist/sonj-review.js ./dist/sonj-review.min.js ./dist/sonj-review.js.map ./dist/sonj-review.min.js.map ./src/sonj-review.d.ts
FILES: ./dist/*

0 comments on commit f05eba1

Please sign in to comment.