Skip to content

Commit

Permalink
adds shell
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukankaratas committed Jan 9, 2025
1 parent c06bc6f commit ee9ad37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_powerbi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:
- id: set-version
name: Set version to output
run: echo "semver=${{steps.gitversion.outputs.semVer}}" >> "$GITHUB_OUTPUT"
shell: bash
- id: set-info-version
name: Set version to output
run: echo "file-version=${{steps.gitversion.outputs.AssemblySemVer}}" >> "$GITHUB_OUTPUT"
shell: bash

build-visual:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee9ad37

Please sign in to comment.