Compare commits

..
Author SHA1 Message Date
7115b27113 Update .forgejo/workflows/release.yml
All checks were successful
Release / tag (push) Successful in 3s
Release / build-and-release (push) Successful in 14s
use local actions mirror(s), pin hash
2026-08-27 12:35:06 -04:00

View file

@ -16,7 +16,7 @@ jobs:
outputs:
new_tag: ${{ steps.tag.outputs.new_tag }}
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: https://git.sbriggs.io/actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a
with:
fetch-depth: 0
@ -71,7 +71,8 @@ jobs:
needs: tag
runs-on: debian
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
#- uses: https://code.forgejo.org/actions/checkout@v4
- uses: https://git.sbriggs.io/actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a
with:
fetch-depth: 0
ref: ${{ needs.tag.outputs.new_tag }}
@ -110,7 +111,7 @@ jobs:
} >> "$GITHUB_OUTPUT"
- name: Publish Forgejo release
uses: https://code.forgejo.org/actions/forgejo-release@v2
uses: https://git.sbriggs.io/actions/forgejo-release@585a6614e80a6bcfc429b956ae34831889cabb78
with:
direction: upload
url: ${{ github.server_url }}