Browse Source
Fix fetch-tags in dependency change detector workflow
pull/25279/head
maliming
3 weeks ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
2 changed files with
5 additions and
4 deletions
-
.github/workflows/nuget-packages-version-change-detector.yml
-
docs/en/package-version-changes.md
|
|
|
@ -43,10 +43,11 @@ jobs: |
|
|
|
with: |
|
|
|
ref: ${{ github.event.pull_request.head.ref }} |
|
|
|
fetch-depth: 1 |
|
|
|
fetch-tags: true |
|
|
|
|
|
|
|
- name: Fetch base branch |
|
|
|
run: git fetch origin ${{ github.event.pull_request.base.ref }}:refs/remotes/origin/${{ github.event.pull_request.base.ref }} --depth=1 |
|
|
|
- name: Fetch base branch and tags |
|
|
|
run: | |
|
|
|
git fetch origin ${{ github.event.pull_request.base.ref }}:refs/remotes/origin/${{ github.event.pull_request.base.ref }} --depth=1 |
|
|
|
git fetch --tags origin |
|
|
|
|
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
|
|
|
# Package Version Changes |
|
|
|
|
|
|
|
## 10.3.0 |
|
|
|
## 10.3.1 |
|
|
|
|
|
|
|
| Package | Old Version | New Version | PR | |
|
|
|
|---------|-------------|-------------|-----| |
|
|
|
|