if this works...
This commit is contained in:
parent
6ed94f6840
commit
58cc72d64c
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Create Forgejo Release
|
- name: Create Forgejo Release
|
||||||
uses: actions/forgejo-release@v1
|
uses: https://github.com/actions/create-release@v1
|
||||||
with:
|
with:
|
||||||
title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
|
title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
|
||||||
prerelease: ${{ github.ref_type != 'tag' }}
|
prerelease: ${{ github.ref_type != 'tag' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue