Skip to content

Commit

Permalink
fix: add tag to prune tag (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll authored Feb 7, 2024
1 parent 9ae695c commit 863f924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease_linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: . 🚀 🐧 Prerelease Linux

on:
release:
types:
Expand Down Expand Up @@ -155,5 +154,6 @@ 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}}
1 change: 1 addition & 0 deletions .github/workflows/prerelease_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@ 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 863f924

Please sign in to comment.