Skip to content

Commit dac3aed

Browse files
committed
chore: revert "chore(ci): test workflow"
This reverts commit b038e23.
1 parent b072044 commit dac3aed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-component.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Component
22

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

77
jobs:
88
eval-tag:
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- id: eval
1919
env:
20-
TAG: uniond/v1.0.0-rc1-alpha1
20+
TAG: ${{github.ref_name}}
2121
run: |
2222
component="${TAG%/*}"
2323
case $component in
@@ -275,7 +275,6 @@ jobs:
275275
COMPONENT: ${{ needs.eval-tag.outputs.component }}
276276
TAG: ${{ needs.eval-tag.outputs.version }}
277277
run: |
278-
exit 1
279278
wget https://github.com/rapidsai/skopeo/releases/download/v1.12/skopeo-linux-amd64 -O ./skopeo
280279
chmod +x ./skopeo && sudo cp ./skopeo /usr/bin
281280
echo "downloaded & installed skopeo"
@@ -325,7 +324,6 @@ jobs:
325324
echo "Setting binary output"
326325
echo "FILES=**/$COMPONENT-*" >> $GITHUB_OUTPUT
327326
fi
328-
exit 1
329327
tree
330328
- uses: softprops/action-gh-release@v2
331329
with:

0 commit comments

Comments
 (0)