mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix
This commit is contained in:
@@ -14,22 +14,12 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
||||||
log-draft-tag:
|
log-draft-tag:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download draft tag artifact
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: draft_tag
|
|
||||||
path: .
|
|
||||||
|
|
||||||
- name: Read draft tag
|
- name: Read draft tag
|
||||||
id: draft
|
|
||||||
run: |
|
run: |
|
||||||
DRAFT_TAG=$(cat draft_tag.txt)
|
echo ${{ github.event.release.tag_name }}
|
||||||
echo $DRAFT_TAG
|
|
||||||
echo "draft_tag=$DRAFT_TAG" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
docker_publish:
|
docker_publish:
|
||||||
uses: ./.github/workflows/docker.yml
|
uses: ./.github/workflows/docker.yml
|
||||||
@@ -51,7 +41,7 @@ jobs:
|
|||||||
if: ${{ github.event.release.draft == true }}
|
if: ${{ github.event.release.draft == true }}
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# gh release edit v${{ github.ref_name }} --draft=false
|
# gh release edit v${{ github.ref_name }} --draft=false
|
||||||
run: |
|
run: |
|
||||||
gh release edit ${{ github.event.release.tag_name }} --draft=false
|
gh release edit ${{ github.event.release.tag_name }} --draft=false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user