diff --git a/.github/workflows/ToolUpdate.yml b/.github/workflows/ToolUpdate.yml index b1c6622a..0c51d54d 100644 --- a/.github/workflows/ToolUpdate.yml +++ b/.github/workflows/ToolUpdate.yml @@ -31,7 +31,7 @@ jobs: - name: Update main.yml run: | # Update the main.yml file with the new version - sed -i "s|uses: FirelyTeam/firely-terminal-pipeline@.*|uses: FirelyTeam/firely-terminal-pipeline@$LATEST_VERSION|" main.yml + sed -i "s|uses: FirelyTeam/firely-terminal-pipeline@.*|uses: FirelyTeam/firely-terminal-pipeline@$LATEST_VERSION|" .github/workflows/main.yml - name: Commit changes run: |