We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8209433 commit 27691eaCopy full SHA for 27691ea
.github/workflows/publish.yml
@@ -20,12 +20,6 @@ jobs:
20
outputs:
21
version: ${{ steps.version.outputs.version }}
22
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
29
- name: Checkout
30
uses: actions/checkout@v4
31
with: # https://stackoverflow.com/a/65081720
0 commit comments