You've already forked ugly-queue
Compare commits
13 Commits
v1.0.7
...
ad401888f8
| Author | SHA1 | Date | |
|---|---|---|---|
| ad401888f8 | |||
| 80219635ad | |||
| 2d2047f0b9 | |||
| 443f5eefa9 | |||
| fe8fac0e07 | |||
| fe7e429568 | |||
| f7e5bf4cd9 | |||
| 1b69a901d9 | |||
| ee889a3841 | |||
| 4400bff0b4 | |||
| 8b9534bc91 | |||
| a6ecf19932 | |||
| 942c4e8699 |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -2,7 +2,7 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "master"
|
||||
tags:
|
||||
- "!**"
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Create Release Archive
|
||||
- name: Create Release
|
||||
id: semrelease
|
||||
uses: go-semantic-release/action@v1
|
||||
with:
|
||||
|
||||
10
.github/workflows/dist.yml
vendored
10
.github/workflows/dist.yml
vendored
@@ -11,12 +11,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4 # Checkout Sourcecode
|
||||
- uses: https://hub.cybercinch.nz/cybercinch/composer-build-action@main
|
||||
- uses: https://hub.cybercinch.nz/guisea/gitea-composer-upload-action@main
|
||||
- uses: https://hub.cybercinch.nz/cybercinch/composer-build-action@v1
|
||||
- uses: https://hub.cybercinch.nz/guisea/gitea-composer-upload-action@master
|
||||
with:
|
||||
base_url: "${{ secrets.G_SERVER_URL}}"
|
||||
baseurl: "${{ secrets.G_SERVER_URL}}"
|
||||
access_token: "${{ secrets.G_TOKEN }}"
|
||||
username: "${{ secrets.G_USERNAME }}"
|
||||
owner: "cybercinch" # Override owner name for repository (Optional)
|
||||
package_version: "${{ env.GITHUB_REF_NAME }}"
|
||||
owner: "cybercinch" # Override owner name for repository (Optional) Only if different from username
|
||||
version: "${{ env.GITHUB_REF_NAME }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user