Skip to content

Commit

Permalink
ci: remove unused TAG variable (#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll authored Jan 11, 2023
1 parent 0d39fe9 commit d9c6f5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prerelease_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,5 @@ jobs:
uses: ./.github/workflows/component_canaries_prune.yml
with:
PLATFORM: "linux"
TAG: ${{ github.event.release.tag_name }}
secrets:
AWS_VPC_SUBNET: ${{secrets.AWS_VPC_SUBNET}}
AWS_VPC_SUBNET: ${{secrets.AWS_VPC_SUBNET}}
1 change: 0 additions & 1 deletion .github/workflows/prerelease_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,5 @@ jobs:
uses: ./.github/workflows/component_canaries_prune.yml
with:
PLATFORM: "windows"
TAG: ${{ github.event.release.tag_name }}
secrets:
AWS_VPC_SUBNET: ${{secrets.AWS_VPC_SUBNET}}

0 comments on commit d9c6f5f

Please sign in to comment.