ci: set version correctly and remove nightly build workflow (#5367)

This commit is contained in:
Joooye_34
2023-12-21 10:00:12 +00:00
parent aeec68b0d7
commit 9fbd9b39d6
5 changed files with 12 additions and 259 deletions

View File

@@ -43,6 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Version
id: version
uses: ./.github/actions/setup-version
- name: Setup Node.js
uses: ./.github/actions/setup-node