Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Another notification -> change
Browse files Browse the repository at this point in the history
  • Loading branch information
robk-dluhc committed Nov 8, 2023
1 parent f3f67b3 commit cc27379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc27379

Please sign in to comment.