Skip to content

Commit b038e23

Browse files
committed
chore(ci): test workflow
1 parent 9db3b6b commit b038e23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-component.yml

+4-2
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: ${{github.ref_name}}
20+
TAG: uniond/v1.0.0-rc1-alpha1
2121
run: |
2222
component="${TAG%/*}"
2323
case $component in
@@ -275,6 +275,7 @@ jobs:
275275
COMPONENT: ${{ needs.eval-tag.outputs.component }}
276276
TAG: ${{ needs.eval-tag.outputs.version }}
277277
run: |
278+
exit 1
278279
wget https://github.com/rapidsai/skopeo/releases/download/v1.12/skopeo-linux-amd64 -O ./skopeo
279280
chmod +x ./skopeo && sudo cp ./skopeo /usr/bin
280281
echo "downloaded & installed skopeo"
@@ -324,6 +325,7 @@ jobs:
324325
echo "Setting binary output"
325326
echo "FILES=**/$COMPONENT-*" >> $GITHUB_OUTPUT
326327
fi
328+
exit 1
327329
tree
328330
- uses: softprops/action-gh-release@v2
329331
with:

0 commit comments

Comments
 (0)