Update for release
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: https://github.com/actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: "20"
|
||||
|
||||
- name: Extract tag version number
|
||||
id: get_version
|
||||
@@ -67,15 +67,3 @@ jobs:
|
||||
./${{ env.ARCHIVE_FILE }}
|
||||
./dist/${{ env.MANIFEST_FILE }}
|
||||
api_key: ${{ secrets.ALLOW_PUSH_RELEASE }}
|
||||
|
||||
- name: Publish to Foundry package portal
|
||||
if: ${{ secrets.FOUNDRYVTT_RELEASE_TOKEN != '' }}
|
||||
uses: https://github.com/djlechuck/foundryvtt-publish-package-action@v1
|
||||
with:
|
||||
token: ${{ secrets.FOUNDRYVTT_RELEASE_TOKEN }}
|
||||
id: ${{ env.MODULE_ID }}
|
||||
version: ${{ steps.get_version.outputs.version-without-v }}
|
||||
manifest: ${{ env.LATEST_BASE_URL }}/${{ env.MANIFEST_FILE }}
|
||||
notes: ${{ env.RELEASE_BASE_URL }}/${{ env.ARCHIVE_FILE }}
|
||||
compatibility-minimum: '11'
|
||||
compatibility-verified: '13'
|
||||
|
||||
Reference in New Issue
Block a user