mirror of
https://github.com/unraid/api.git
synced 2025-12-31 05:29:48 -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:
|
||||
release:
|
||||
types: [published, edited]
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'Tag to update'
|
||||
required: true
|
||||
|
||||
|
||||
jobs:
|
||||
publish-to-digital-ocean:
|
||||
@@ -16,7 +22,7 @@ jobs:
|
||||
regex: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
target: "./"
|
||||
version: "latest"
|
||||
version: ${{ inputs.version || 'latest' }}
|
||||
|
||||
- uses: cardinalby/git-get-release-action@v1
|
||||
id: release-info
|
||||
|
||||
Reference in New Issue
Block a user