Skip to content

Commit

Permalink
CI: tweaks to mirror-release CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jan 4, 2025
1 parent fbcee7b commit 793b51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: download release artifacts
run: |
sudo apt-get install wget ca-certificates gpg sed curl git
git pull --tags
export I2P_VERSION=$(echo ${{ github.ref_name }} | sed 's|i2p-||g' |sed 's|-.*||')
echo "$I2P_VERSION"
export ATTEMPTS=0
while true; do
sleep 60m
Expand Down

0 comments on commit 793b51c

Please sign in to comment.