Skip to content

Commit 8af9062

Browse files
committed
CI: fix the document action for divergent branches.
This was never intended to merge anything.
1 parent 7d99981 commit 8af9062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
uses: actions/checkout@v3
6161
with:
6262
fetch-depth: 0
63-
- name: Pull tags from upstream repository
63+
- name: Fetch tags from upstream repository
6464
run: |
65-
git pull --tags https://github.com/amaranth-lang/amaranth.git
65+
git fetch --tags https://github.com/amaranth-lang/amaranth.git
6666
- name: Set up Python
6767
uses: actions/setup-python@v4
6868
with:

0 commit comments

Comments
 (0)