Skip to content

Commit

Permalink
增强工作流可读性 #673
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed May 1, 2024
1 parent 3a2544b commit eafca67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install PyGithub

- name: 🚀 Install PyGithub
run: pip install PyGithub

- name: 💫 Extract version from package.json
uses: sergeysova/jq-action@v2
Expand Down Expand Up @@ -174,7 +176,7 @@ jobs:
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1

- name: 📦 Checkout repository and submodules
- name: ☄️ Checkout repository and submodules
uses: actions/checkout@v4
with:
submodules: recursive
Expand All @@ -195,7 +197,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: ${{ github.workspace }}/${{ env.repo_owner }}/${{ env.repo_name }}/kernel/go.mod
- run: go version
- name: ✅ Go version
run: go version

- name: 🔨 Set up goversioninfo
run: go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo && go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.32.1320",
"version": "0.32.1330",
"syv": "3.0.13",
"sypv": "[]",
"description": "Build Your Eternal Digital Garden",
Expand Down

0 comments on commit eafca67

Please sign in to comment.