Skip to content

Commit

Permalink
Update ightlyn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BoQsc committed Mar 30, 2023
1 parent c0204ee commit 00bc27c
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/ightlyn.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
name: Releases
name: Create Prerelease on Push

on:
on:
push:
branches:
- "main"
- main

jobs:

build:
create_prerelease:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1

- name: Create Prerelease
uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true
prerelease: ${{ endsWith(github.ref, 'Development Build') }}
artifacts: "*"
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
body: |
This is a prerelease.
It may contain bugs or unfinished features.
tag: ${{ github.ref }}

0 comments on commit 00bc27c

Please sign in to comment.