Skip to content

Commit

Permalink
Using GITHUB_TOKEN for release
Browse files Browse the repository at this point in the history
  • Loading branch information
farion authored Oct 2, 2021
1 parent 2d0b8ae commit 6cc59fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
shell: bash
- name: Release
uses: xresloader/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: target/*.deb;target/*.rpm
tags: true
Expand All @@ -27,6 +29,8 @@ jobs:
shell: bash
- name: Release
uses: xresloader/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: target/*.msi
tags: true
Expand All @@ -40,6 +44,8 @@ jobs:
shell: bash
- name: Release
uses: xresloader/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: target/*.dmg
tags: true

0 comments on commit 6cc59fa

Please sign in to comment.