mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
10
.github/workflows/production.yml
vendored
10
.github/workflows/production.yml
vendored
@@ -37,9 +37,11 @@ jobs:
|
||||
run: npm run build
|
||||
- name: Packing release
|
||||
run: npm pack
|
||||
- name: Uploading release to Github
|
||||
uses: OmgImAlexis/upload-to-release@master
|
||||
with:
|
||||
args: unraid-graphql-api-*.tgz
|
||||
- name: Install hub
|
||||
uses: geertvdc/setup-hub@master
|
||||
- name: Create the release
|
||||
env:
|
||||
GITHUB_USER: ${{ secrets.GITHUB_USER }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REPO: ${{ github.repository }}
|
||||
run: .github/release.sh
|
||||
|
||||
Reference in New Issue
Block a user