fix: use valid semver 0.0.0-continuous in CI workflow
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Package VPM zip
|
- name: Package VPM zip
|
||||||
env:
|
env:
|
||||||
VPM_VERSION: continuous
|
VPM_VERSION: 0.0.0-continuous
|
||||||
VPM_RELEASE_BASE: ${{ github.server_url }}/${{ github.repository }}/releases/download/continuous
|
VPM_RELEASE_BASE: ${{ github.server_url }}/${{ github.repository }}/releases/download/continuous
|
||||||
run: nix develop -c bash ./vpm/package.sh
|
run: nix develop -c bash ./vpm/package.sh
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
SERVER: ${{ github.server_url }}
|
SERVER: ${{ github.server_url }}
|
||||||
REPO: ${{ github.repository }}
|
REPO: ${{ github.repository }}
|
||||||
TAG: continuous
|
TAG: continuous
|
||||||
VPM_VERSION: continuous
|
VPM_VERSION: 0.0.0-continuous
|
||||||
run: nix develop -c bash ./vpm/publish.sh
|
run: nix develop -c bash ./vpm/publish.sh
|
||||||
|
|
||||||
# The index carries the zip's sha256, which only exists after packaging.
|
# The index carries the zip's sha256, which only exists after packaging.
|
||||||
|
|||||||
Reference in New Issue
Block a user