Skip to content

Commit

Permalink
fixup! fixup! ci(fix): Attempt to fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhenderson committed Dec 17, 2024
1 parent 31cb25f commit d2df15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
git clone https://gitlab.alpinelinux.org/hairyhenderson/aports.git
git clone --depth=0 https://gitlab.alpinelinux.org/hairyhenderson/aports.git
cd aports
git remote add upstream https://gitlab.alpinelinux.org/alpine/aports.git
git checkout master
Expand Down

0 comments on commit d2df15e

Please sign in to comment.