mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: internal build updater (#3229)
This commit is contained in:
2
.github/workflows/nightly-build.yml
vendored
2
.github/workflows/nightly-build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: production
|
environment: production
|
||||||
outputs:
|
outputs:
|
||||||
version: 0.0.0-${{ steps.version.outputs.version }}
|
version: 0.0.0-internal.${{ steps.version.outputs.version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: toeverything/set-build-version@latest
|
- uses: toeverything/set-build-version@latest
|
||||||
|
|||||||
Reference in New Issue
Block a user