Skip to content

Commit

Permalink
reset the version number to 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jun 6, 2022
1 parent c01ab3b commit 15d39b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/9.2.x.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
yes "" | sudo -E ./merge2out woof-distro/${{ matrix.arch }}/debian/${{ matrix.compat-distro-version }}
- name: Get version number
id: get_version
run: echo "::set-output name=version::9.2.$((${{ github.run_number }} - 1))"
run: echo "::set-output name=version::9.2.$((${{ github.run_number }} - 20))"
- name: Set distro version
run: sudo sed -i s/^DISTRO_VERSION=.*/DISTRO_VERSION=${{ steps.get_version.outputs.version }}/ ../woof-out_*/DISTRO_SPECS
- name: 0setup
Expand Down

0 comments on commit 15d39b1

Please sign in to comment.