Compare commits

..

1 commit

Author SHA1 Message Date
Ticktock Depbot
a8ac42fc3a chore(deps): update actions/forgejo-release action to v2.5.2
All checks were successful
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 3m34s
2025-02-23 21:00:17 +00:00

View file

@ -120,7 +120,7 @@ jobs:
output/littlefs.bin output/littlefs.bin
- name: Create release - name: Create release
if: github.event_name == 'push' && github.ref == 'refs/heads/main' if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: https://code.forgejo.org/actions/forgejo-release@v2.5.3 uses: https://code.forgejo.org/actions/forgejo-release@v2.5.2
with: with:
url: 'https://git.btclock.dev/' url: 'https://git.btclock.dev/'
repo: '${{ github.repository }}' repo: '${{ github.repository }}'