From 5d5e753542c9269a67919321d89511eef5e69550 Mon Sep 17 00:00:00 2001 From: Shannon Lewis Date: Fri, 9 Dec 2022 15:31:22 +1000 Subject: [PATCH] chore: fixed dist repo name (#5) --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index b7fcec7d..bb790d8e 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -22,7 +22,7 @@ jobs: | awk -F: '{ print $2 }' \ | sed 's/[", ]//g' \ | awk -F. '{ print $1 }') - sed -i "s/\(uses: OctopusDeploy\/deploy-release-action@\).*/\1v${MAJOR_VERSION}/g" README.md + sed -i "s/\(uses: OctopusDeploy\/await-task-action@\).*/\1v${MAJOR_VERSION}/g" README.md - name: commit run: |- git config --global user.name "team-integrations-fnm-bot"