add swayprop
This commit is contained in:
2
.config/swayprop/.github/FUNDING.yml
vendored
Executable file
2
.config/swayprop/.github/FUNDING.yml
vendored
Executable file
@@ -0,0 +1,2 @@
|
||||
github: alterNERDtive
|
||||
ko_fi: alterNERDtive
|
||||
24
.config/swayprop/.github/workflows/create-release.yaml
vendored
Normal file
24
.config/swayprop/.github/workflows/create-release.yaml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Create release on tag push
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Create release
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Draft release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
bodyFile: "CHANGELOG.md"
|
||||
draft: true
|
||||
Reference in New Issue
Block a user