Skip to content

Commit

Permalink
Fix pipeline inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Cronin <brendan.cronin@mercedes-benz.com>
  • Loading branch information
bcronin90 committed Sep 8, 2023
1 parent b8963a5 commit 1712c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docusaurus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ jobs:
- name: Publish zip to GitHub Release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: "${{ secrets.GITHUB_TOKEN }}"
file: "${{ runner.temp }}/tractusx-edc-docusaurus.zip"
tag: ${{ env.DOWNSTREAM_VERSION }}
tag: "${{ env.DOWNSTREAM_VERSION }}"

0 comments on commit 1712c16

Please sign in to comment.