Skip to content

Commit

Permalink
test of version replacer
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Mar 5, 2024
1 parent b32a000 commit 511bd5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
dotnet-version: "8.x"
dotnet-quality: "ga"

- name: Temporary
uses: jacobtomlinson/gha-find-replace@v3
with:
include: "src/**/*.csproj"
find: "<PackageReleaseNotes>https://github.com/DaveSkender/Stock.Indicators/releases</PackageReleaseNotes>"
replace: "<PackageReleaseNotes>https://github.com/DaveSkender/Stock.Indicators/releases/tag/${{ 'MYVER' }}</PackageReleaseNotes>"
regex: false

- name: Build solution
run: >
dotnet build
Expand Down

0 comments on commit 511bd5a

Please sign in to comment.