Skip to content

Commit

Permalink
#0: Fix package and release workflow because release-docs was not ind…
Browse files Browse the repository at this point in the history
…ented properly
  • Loading branch information
tt-rkim committed Oct 4, 2024
1 parent 84e73a4 commit 0d1eb7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/package-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ jobs:
tags: ghcr.io/${{ github.repository }}/tt-metalium/ubuntu-20.04-amd64:${{ needs.create-tag.outputs.version }}-dev
context: .
file: dockerfile/ubuntu-20.04-amd64.Dockerfile
release-docs:
needs: create-and-upload-draft-release
uses: ./.github/workflows/docs-release.yaml
with:
version: ${{ needs.create-tag.outputs.version }}
secrets: inherit
release-docs:
needs: create-and-upload-draft-release
uses: ./.github/workflows/docs-release.yaml
with:
version: ${{ needs.create-tag.outputs.version }}
secrets: inherit

0 comments on commit 0d1eb7d

Please sign in to comment.