You've already forked ugly-queue
fix: Fixing CI. Separate flow for upload 👷🔥️
This commit is contained in:
22
.github/workflows/dist.yml
vendored
Normal file
22
.github/workflows/dist.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: Create Distribution
|
||||
run-name: Distribute composer package with Gitea Actions 🚀
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
dist:
|
||||
name: Create Archive
|
||||
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
|
||||
with:
|
||||
base_url: "${{ 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 }}"
|
||||
|
||||
Reference in New Issue
Block a user