From 511bd5ab21c535238c8195f38aaca0205645e83e Mon Sep 17 00:00:00 2001
From: Dave Skender <8432125+DaveSkender@users.noreply.github.com>
Date: Tue, 5 Mar 2024 11:25:29 -0500
Subject: [PATCH] test of version replacer
---
.github/workflows/build-test-indicators.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/workflows/build-test-indicators.yml b/.github/workflows/build-test-indicators.yml
index 6a784203f..c75a45f3b 100644
--- a/.github/workflows/build-test-indicators.yml
+++ b/.github/workflows/build-test-indicators.yml
@@ -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: "https://github.com/DaveSkender/Stock.Indicators/releases"
+ replace: "https://github.com/DaveSkender/Stock.Indicators/releases/tag/${{ 'MYVER' }}"
+ regex: false
+
- name: Build solution
run: >
dotnet build