Skip to content

Commit

Permalink
ci: set version to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed Sep 28, 2024
1 parent 4059007 commit 3d67fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
shell: pwsh
run: |
dotnet tool install -g Octopus.OctoVersion.Tool
octoversion --CurrentBranch=${{ github.ref_name }} --OutputFormats:0=Environment
octoversion --CurrentBranch=${{ github.ref_name }} --OutputFormats:0=Environment >> $GITHUB_ENV
- name: Lint sources
shell: pwsh
Expand Down

0 comments on commit 3d67fba

Please sign in to comment.