diff --git a/.cspell.json b/.cspell.json index e8a94bf..d4ed254 100644 --- a/.cspell.json +++ b/.cspell.json @@ -5,6 +5,7 @@ "clippy", "confirmationservice", "covector", + "dtolnay", "farmfe", "icns", "ICPC", diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index f6b55ef..14ad82e 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -133,4 +133,4 @@ jobs: releaseId: ${{ needs.version-or-publish.outputs.releaseId }} args: ${{ matrix.args }} updaterJsonPreferNsis: true - appVersion: ${{ needs.version-or-publish.outputs.version }} + appVersion: 0.1.0-nightly