Update release.yml
This commit is contained in:
parent
5469ac313e
commit
5e1e87ac83
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -144,7 +144,7 @@ jobs:
|
||||||
bodyFile: changelog_for_version.md
|
bodyFile: changelog_for_version.md
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: ${{ env.PRERELEASE }}
|
prerelease: ${{ steps.prepare_release.outputs.prerelease }}
|
||||||
|
|
||||||
- name: Create Tileserver Light Directory
|
- name: Create Tileserver Light Directory
|
||||||
run: node publish.js --no-publish
|
run: node publish.js --no-publish
|
||||||
|
|
Loading…
Reference in a new issue