fix version string
This commit is contained in:
parent
6480f793c4
commit
d6a10ac539
@ -29,7 +29,6 @@ jobs:
|
|||||||
options: --cpus 10
|
options: --cpus 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
|
|
||||||
- run: dnf install -y dnf-plugins-core rpm-build rpmdevtools
|
- run: dnf install -y dnf-plugins-core rpm-build rpmdevtools
|
||||||
- run: dnf builddep -y build/jx.spec
|
- run: dnf builddep -y build/jx.spec
|
||||||
- run: make rpm
|
- run: make rpm
|
||||||
|
@ -77,7 +77,6 @@ jobs:
|
|||||||
- run: dnf install -y nodejs git
|
- run: dnf install -y nodejs git
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
|
|
||||||
- run: dnf install -y dnf-plugins-core rpm-build rpmdevtools
|
- run: dnf install -y dnf-plugins-core rpm-build rpmdevtools
|
||||||
- run: dnf builddep -y build/jx.spec
|
- run: dnf builddep -y build/jx.spec
|
||||||
- name: Run build
|
- name: Run build
|
||||||
|
Loading…
Reference in New Issue
Block a user