Skip to content

Commit

Permalink
Address comment from gdkchan: we are starting at 1.1.3 now
Browse files Browse the repository at this point in the history
  • Loading branch information
marysaka committed Jan 22, 2022
1 parent 23000ee commit 8117f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8117f6a

Please sign in to comment.