fix version string
Some checks failed
Lint / golangci-lint (push) Successful in 9m41s
Declarative Tests / test (push) Successful in 23s
Declarative Tests / build (push) Failing after 45s

This commit is contained in:
Matthew Rich 2024-05-26 16:14:47 -07:00
parent 6480f793c4
commit d6a10ac539
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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