mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-02 22:13:44 +00:00
action: support for GPG signing
This commit is contained in:
parent
f886973249
commit
c6d7843bab
6 changed files with 257 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue