From cc27379e0904118cfec6e4d4c5aa74b4ae8863fd Mon Sep 17 00:00:00 2001 From: Robert Kibble Date: Wed, 8 Nov 2023 13:59:02 +0000 Subject: [PATCH] Another notification -> change --- .github/workflows/copilot_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index 5c6f8f9..441eb7e 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -38,9 +38,9 @@ jobs: tag_version: runs-on: ubuntu-latest outputs: - version_to_tag: ${{ steps.notification_tagging.outputs.tag_value }} + version_to_tag: ${{ steps.account_store_tagging.outputs.tag_value }} steps: - - id: notification_tagging + - id: account_store_tagging run: | echo "tag_value=$(echo '${{ github.ref }}' | sed -e 's,.*/\(.*\),\1,')" >> $GITHUB_OUTPUT