fix: use valid semver 0.0.0-continuous in CI workflow
ci / Nix flake checks (push) Successful in 8s
continuous / Publish continuous release (push) Successful in 13s

This commit is contained in:
2026-09-19 18:09:30 +01:00
parent 8159442e9d
commit 13b8d62370
+2 -2
View File
@@ -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.