test
This commit is contained in:
parent
837edbd42b
commit
135806b5d8
1 changed files with 2 additions and 2 deletions
|
|
@ -55,12 +55,12 @@ jobs:
|
||||||
ls -l /var/run/act/actions/
|
ls -l /var/run/act/actions/
|
||||||
ls -l /var/run/act/actions/https---code.forgejo.org-sheik-forgejo-release@v2.6.0/forgejo-release.sh
|
ls -l /var/run/act/actions/https---code.forgejo.org-sheik-forgejo-release@v2.6.0/forgejo-release.sh
|
||||||
echo "--- Running forgejo-release.sh with bash -x for more verbose output ---"
|
echo "--- Running forgejo-release.sh with bash -x for more verbose output ---"
|
||||||
/bin/bash -x /var/run/act/actions/https---code.forgejo.org-sheik-forgejo-release@v2.6.0/forgejo-release.sh || true
|
# /bin/bash -x /var/run/act/actions/https---code.forgejo.org-sheik-forgejo-release@v2.6.0/forgejo-release.sh || true
|
||||||
# The '|| true' allows the workflow to continue even if this fails
|
# The '|| true' allows the workflow to continue even if this fails
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Create Forgejo Release
|
- name: Create Forgejo Release
|
||||||
uses: actions/forgejo-release
|
uses: actions/forgejo-release@v2
|
||||||
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