Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unrealkakeman89 authored Jun 6, 2023
1 parent 27a3aa6 commit 4563ec4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
with:
files: static/system.json
env:
version: ${{ steps.get-version.outputs.version }}
manifest: https://github.com/sw5e-foundry/sw5e/releases/download/${{ steps.get-version.outputs.version }}/system.json
download: https://github.com/sw5e-foundry/sw5e/releases/download/${{ steps.get-version.outputs.version }}/system.zip
version: ${{ steps.get_version.outputs.version }}
manifest: https://github.com/sw5e-foundry/sw5e/releases/download/${{ steps.get_version.outputs.version }}/system.json
download: https://github.com/sw5e-foundry/sw5e/releases/download/${{ steps.get_version.outputs.version }}/system.zip

- name: Cache NPM
id: cache-npm
Expand All @@ -57,10 +57,10 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
name: ${{ steps.get-version.outputs.version }}
name: ${{ steps.get_version.outputs.version }}
draft: false
prerelease: false
token: ${{secrets.GITHUB_TOKEN}}
artifacts: "./system.zip, ./static/system.json"
generateReleaseNotes: true
tag: ${{ steps.get-version.outputs.version }}
tag: ${{ steps.get_version.outputs.version }}

0 comments on commit 4563ec4

Please sign in to comment.