mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
fix: re-release fixed
This commit is contained in:
10
.github/workflows/release-production.yml
vendored
10
.github/workflows/release-production.yml
vendored
@@ -2,7 +2,13 @@ name: Publish Release to Digital Ocean
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published, edited]
|
types: [published]
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: 'Tag to update'
|
||||||
|
required: true
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-to-digital-ocean:
|
publish-to-digital-ocean:
|
||||||
@@ -16,7 +22,7 @@ jobs:
|
|||||||
regex: true
|
regex: true
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
target: "./"
|
target: "./"
|
||||||
version: "latest"
|
version: ${{ inputs.version || 'latest' }}
|
||||||
|
|
||||||
- uses: cardinalby/git-get-release-action@v1
|
- uses: cardinalby/git-get-release-action@v1
|
||||||
id: release-info
|
id: release-info
|
||||||
|
|||||||
Reference in New Issue
Block a user