Skip to content

Commit

Permalink
fix: or-1566 show folder output and restore before publishing to atla…
Browse files Browse the repository at this point in the history
…ssian
  • Loading branch information
Jan Lesage committed Jun 5, 2024
1 parent ae32263 commit a265bfc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,10 +540,15 @@ jobs:
shell: bash
run: dotnet --info

- name: Restore dotnet tools
- name: Restore dotnet restore
shell: bash
run: |
dotnet tool restore
dotnet restore
- name: Show folder output
shell: bash
run: |
ls -alR
- name: Publish to Confluence
if: needs.set-release-version.outputs.version != 'none'
Expand Down

0 comments on commit a265bfc

Please sign in to comment.