mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-18 19:07:00 +01:00
Compare commits
1 Commits
57bcd52944
...
7df0a5a2d4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7df0a5a2d4 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- uses: "actions/checkout@v5"
|
||||
with:
|
||||
ref: "${{ inputs.ref }}"
|
||||
- uses: "actions/setup-node@v5"
|
||||
- uses: "actions/setup-node@v6"
|
||||
with:
|
||||
cache: "yarn"
|
||||
- run: "yarn install"
|
||||
|
||||
2
.github/workflows/deploy1.yml
vendored
2
.github/workflows/deploy1.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
fi
|
||||
- run: "echo 'CLEAN_VERSION=${{ github.ref }}' | sed 's,refs/tags/v,,g' >> $GITHUB_ENV"
|
||||
# Write the new version to package.json
|
||||
- uses: "actions/setup-node@v5"
|
||||
- uses: "actions/setup-node@v6"
|
||||
- run: "yarn version --new-version $CLEAN_VERSION --no-git-tag-version"
|
||||
# Write the new version to pyproject.toml
|
||||
- run: "pipx install poetry"
|
||||
|
||||
2
.github/workflows/deploy2.yml
vendored
2
.github/workflows/deploy2.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
- uses: "actions/checkout@v5"
|
||||
with:
|
||||
ref: "${{ inputs.ref }}"
|
||||
- uses: "actions/setup-node@v5"
|
||||
- uses: "actions/setup-node@v6"
|
||||
with:
|
||||
cache: "yarn"
|
||||
- run: "pipx install poetry"
|
||||
|
||||
Reference in New Issue
Block a user