Skip to content

Commit

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

- name: Compose version
id: compose
run: |
COMPOSED_VERSION=${{ 'DEVTEST' }}
echo "version=$COMPOSED_VERSION" >> "$GITHUB_OUTPUT"
echo "COMPOSED_VERSION=$COMPOSED_VERSION" >> "$GITHUB_ENV"
- 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>"
replace: "<PackageReleaseNotes>https://github.com/DaveSkender/Stock.Indicators/releases/tag/${{ steps.compose.outputs.version }}</PackageReleaseNotes>"
regex: false

- name: Build solution
Expand Down

0 comments on commit 3cc94b5

Please sign in to comment.