Skip to content

Commit

Permalink
action version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gołębiowski committed Nov 8, 2024
1 parent 955c112 commit 7f5d48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./agent/runBuildAgent.ps1

- name: Set version on AssemblyInfo.cs files
uses: dannevesdantas/set-version-assemblyinfo-win@v1.0.0
uses: dannevesdantas/set-version-assemblyinfo@v.1.0.0
with:
version: ${{ steps.version.outputs.full_without_prefix }}
path: src/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./agent/runBuildAgent.ps1

- name: Set version on AssemblyInfo.cs files
uses: dannevesdantas/set-version-assemblyinfo-win@v1.0.0
uses: dannevesdantas/set-version-assemblyinfo@v.1.0.0
with:
version: ${{ steps.version.outputs.full_without_prefix }}
path: src/
Expand Down

0 comments on commit 7f5d48e

Please sign in to comment.