Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f390b0

Browse files
authored
chore: update ci
1 parentcfdfa72 commit9f390b0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name:Checkout and tag
99
runs-on:ubuntu-latest
1010
steps:
11-
-uses:actions/checkout@v2
11+
-uses:actions/checkout@v4
1212
with:
1313
repository:eveseat/seat-docker
1414
ref:'master'
@@ -18,8 +18,9 @@ jobs:
1818
git config user.email github-actions@github.com
1919
currver=`cat version`
2020
a=(${currver//./ })
21-
((a[2]++))
22-
newver="${a[0]}.${a[1]}.${a[2]}"
21+
newrelease=${a[2]}
22+
newrelease=$((newrelease+1))
23+
newver="${a[0]}.${a[1]}.${newrelease}"
2324
echo $newver > version
2425
git add version
2526
git commit -m "bump to version $newver"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp