Skip to content

Commit

Permalink
feat: 1.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fy0 committed Jan 10, 2024
1 parent 670b34c commit 32d20fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ env:
ANDROID_NDK_VERSION: r25c
COMMIT_ID: "${{ github.sha }}"
NO_BUILD_PROMPT: "no new commits, no need to build."
PROJECT_VERSION: "1.4.2"
PROJECT_VERSION_DISPLAY: "v1.4.2 v20231210"
PROJECT_VERSION: "1.4.3"
PROJECT_VERSION_DISPLAY: "v1.4.3 v20240110"

jobs:
commit-num-check:
Expand Down Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
cd sealdice-core
# echo "PROJECT_VERSION=dev-${COMMIT_ID::7}" >> "$GITHUB_OUTPUT";
echo "PROJECT_VERSION=1.4.2" >> "$GITHUB_OUTPUT";
echo "PROJECT_VERSION_DISPLAY=v1.4.2 v20231210" >> "$GITHUB_OUTPUT";
echo "PROJECT_VERSION=1.4.3" >> "$GITHUB_OUTPUT";
echo "PROJECT_VERSION_DISPLAY=v1.4.3 v20240110" >> "$GITHUB_OUTPUT";
- name: Warning
run: if [ $(git log --oneline --since '24 hours ago' | wc -l) <= 0 ]; then echo $NO_BUILD_PROMPT; fi
Expand Down Expand Up @@ -676,7 +676,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.4.2
tag_name: v1.4.3
name: ${{ env.PROJECT_VERSION_DISPLAY }}
prerelease: false
body: '[改动日志](https://sealdice.com/changelog)'
Expand Down

0 comments on commit 32d20fc

Please sign in to comment.