aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary <mary@mary.zone>2022-01-22 18:05:30 +0100
committerMary <mary@mary.zone>2022-01-22 18:05:30 +0100
commit8117f6a9790e129ffd4513f23f6f5be6c6864269 (patch)
tree70b1a0a5ef687f93b300c16c9266f6d6064e885e
parent23000eeb9a021455e62cfe82c731d9a52f645e34 (diff)
Address comment from gdkchan: we are starting at 1.1.3 now1.1.3
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 189a17cd..2290e4cf 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
- name: Get version info
id: version_info
run: |
- echo "::set-output name=build_version::${{ env.RYUJINX_BASE_VERSION }}.$((${{ github.run_number }} + 7181))"
+ echo "::set-output name=build_version::${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}"
echo "::set-output name=git_short_hash::$(git rev-parse --short "${{ github.sha }}")"
shell: bash
- name: Configure for release