This commit is contained in:
charlesgauthereau
2026-03-06 13:07:03 +01:00
parent a73e29efc9
commit ab22680625
+1 -11
View File
@@ -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