Skip to content

Commit

Permalink
Update version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
belomaxorka committed Feb 7, 2025
1 parent 42830d5 commit d9a59cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Get latest TorrentPier release
id: get-latest-release
run: |
REPO="OWNER/REPO"
REPO="torrentpier/torrentpier"
LATEST_RELEASE=$(curl -s https://api.github.com/repos/$REPO/releases/latest | jq -r '.tag_name')
RELEASE_DATE=$(curl -s https://api.github.com/repos/$REPO/releases/latest | jq -r '.published_at' | cut -d'T' -f1)
Expand Down

0 comments on commit d9a59cd

Please sign in to comment.