Skip to content

Commit

Permalink
Fix fetching tags in github workflows
Browse files Browse the repository at this point in the history
The actions/checkout step has some bugs:
actions/checkout#1467

Change-Id: I6bd88433425657081c2033b55bf01587979983df
  • Loading branch information
awesome-manuel committed Apr 22, 2024
1 parent 6d9abe8 commit 400e9aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 100
fetch-tags: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 100
fetch-tags: true
- uses: actions/setup-node@v4
with:
node-version: "20"
Expand Down

0 comments on commit 400e9aa

Please sign in to comment.