Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk123999 committed Jan 28, 2024
1 parent a535d52 commit 0258aed
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}
- name: Foundry Release
id: foundry-release
run: node ./update-foundry-package.js
env:
FOUNDRY_API_TOKEN: ${{secrets.FOUNDRY_API_TOKEN}}
PACKAGE_ID: 'chris-premades'
PACKAGE_VERSION: '${{env.VERSION}}'
MANIFEST_URL: 'https://github.com/chrisk123999/chris-premades/releases/download/${{env.VERSION}}/module.json'
RELEASE_NOTES_URL: 'https://github.com/chrisk123999/chris-premades/releases/tag/${{env.VERSION}}'
FOUNDRY_MIN_VERSION: '11'
FOUNDRY_VERIFIED_VERSION: '11'
FOUNDRY_MAX_VERSION: '11'
id: foundry-release
run: node ./update-foundry-package.js
env:
FOUNDRY_API_TOKEN: ${{secrets.FOUNDRY_API_TOKEN}}
PACKAGE_ID: 'chris-premades'
PACKAGE_VERSION: '${{env.VERSION}}'
MANIFEST_URL: 'https://github.com/chrisk123999/chris-premades/releases/download/${{env.VERSION}}/module.json'
RELEASE_NOTES_URL: 'https://github.com/chrisk123999/chris-premades/releases/tag/${{env.VERSION}}'
FOUNDRY_MIN_VERSION: '11'
FOUNDRY_VERIFIED_VERSION: '11'
FOUNDRY_MAX_VERSION: '11'

0 comments on commit 0258aed

Please sign in to comment.