Skip to content

Commit 27691ea

Browse files
committed
fix: remove git tag
1 parent 8209433 commit 27691ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
outputs:
2121
version: ${{ steps.version.outputs.version }}
2222
steps:
23-
- name: Install specific git version
24-
run: |
25-
echo 🤮 for the next 3 lines
26-
sudo apt-get update
27-
sudo add-apt-repository ppa:git-core/ppa
28-
sudo apt install git=1:2.34.1-1ubuntu1.10 git-man=1:2.34.1-1ubuntu1.10 -y --allow-downgrades
2923
- name: Checkout
3024
uses: actions/checkout@v4
3125
with: # https://stackoverflow.com/a/65081720

0 commit comments

Comments
 (0)