action: support for GPG signing

This commit is contained in:
Earl Warren 2023-05-26 14:48:58 +02:00
parent f886973249
commit c6d7843bab
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
6 changed files with 257 additions and 12 deletions

View file

@ -1,12 +1,9 @@
#
# The following:
# if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
# is a workaround until https://codeberg.org/forgejo/forgejo/issues/608 is fixed
#
name: Upload & Download a Forgejo Release
# SPDX-License-Identifier: MIT
name: Upload (and download) a release to (and from) the project that runs the workflow
on: [push]
jobs:
setup-forgejo:
upload-download:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3