Skip to content

Commit

Permalink
fix(build): overwrite Docasaurus artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Dec 8, 2023
1 parent 2706f6a commit f1cbe03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docusaurus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
overwrite: true
file: ${{ runner.temp }}/tractusx-edc-docusaurus-${{ steps.extract_version.outputs.DOWNSTREAM_VERSION }}.zip
tag: ${{ steps.extract_version.outputs.DOWNSTREAM_VERSION }}

0 comments on commit f1cbe03

Please sign in to comment.