Skip to content

Commit

Permalink
chore(ci): test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Mar 7, 2025
1 parent 9db3b6b commit b038e23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Component

on:
push:
tags: ['*/v[0-9]+\.[0-9]+\.[0-9]+\-rc[0-9]+*', '*/v[0-9]+\.[0-9]+\.[0-9]+*']
# tags: ['*/v[0-9]+\.[0-9]+\.[0-9]+\-rc[0-9]+*', '*/v[0-9]+\.[0-9]+\.[0-9]+*']

jobs:
eval-tag:
Expand All @@ -17,7 +17,7 @@ jobs:
steps:
- id: eval
env:
TAG: ${{github.ref_name}}
TAG: uniond/v1.0.0-rc1-alpha1
run: |
component="${TAG%/*}"
case $component in
Expand Down Expand Up @@ -275,6 +275,7 @@ jobs:
COMPONENT: ${{ needs.eval-tag.outputs.component }}
TAG: ${{ needs.eval-tag.outputs.version }}
run: |
exit 1
wget https://github.com/rapidsai/skopeo/releases/download/v1.12/skopeo-linux-amd64 -O ./skopeo
chmod +x ./skopeo && sudo cp ./skopeo /usr/bin
echo "downloaded & installed skopeo"
Expand Down Expand Up @@ -324,6 +325,7 @@ jobs:
echo "Setting binary output"
echo "FILES=**/$COMPONENT-*" >> $GITHUB_OUTPUT
fi
exit 1
tree
- uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit b038e23

Please sign in to comment.