Revert "fix(ci): clone upstream locally instead of using repo-url for changelog"
All checks were successful
poll-upstream / check (push) Successful in 1s
All checks were successful
poll-upstream / check (push) Successful in 1s
This reverts commit 23283c375f.
This commit is contained in:
@@ -94,17 +94,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TAG: ${{ inputs.tag }}
|
TAG: ${{ inputs.tag }}
|
||||||
|
|
||||||
- name: Clone upstream for changelog
|
|
||||||
run: |
|
|
||||||
git clone --depth 50 --branch "${{ inputs.tag }}" \
|
|
||||||
https://github.com/EricLBuehler/mistral.rs.git upstream/
|
|
||||||
|
|
||||||
- name: Generate changelog
|
- name: Generate changelog
|
||||||
uses: https://git.lair.cafe/actions/rpm-changelog@v1
|
uses: https://git.lair.cafe/actions/rpm-changelog@v1
|
||||||
with:
|
with:
|
||||||
spec: rpm/mistralrs.spec
|
spec: rpm/mistralrs.spec
|
||||||
version: ${{ steps.version.outputs.version }}
|
version: ${{ steps.version.outputs.version }}
|
||||||
source-dir: upstream/
|
repo-url: https://github.com/EricLBuehler/mistral.rs.git
|
||||||
|
|
||||||
- name: Build RPM
|
- name: Build RPM
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user