File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Release Component
2
2
3
3
on :
4
4
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]+*']
6
6
7
7
jobs :
8
8
eval-tag :
17
17
steps :
18
18
- id : eval
19
19
env :
20
- TAG : uniond/v1.0.0-rc1-alpha1
20
+ TAG : ${{github.ref_name}}
21
21
run : |
22
22
component="${TAG%/*}"
23
23
case $component in
@@ -275,7 +275,6 @@ jobs:
275
275
COMPONENT : ${{ needs.eval-tag.outputs.component }}
276
276
TAG : ${{ needs.eval-tag.outputs.version }}
277
277
run : |
278
- exit 1
279
278
wget https://github.com/rapidsai/skopeo/releases/download/v1.12/skopeo-linux-amd64 -O ./skopeo
280
279
chmod +x ./skopeo && sudo cp ./skopeo /usr/bin
281
280
echo "downloaded & installed skopeo"
@@ -325,7 +324,6 @@ jobs:
325
324
echo "Setting binary output"
326
325
echo "FILES=**/$COMPONENT-*" >> $GITHUB_OUTPUT
327
326
fi
328
- exit 1
329
327
tree
330
328
- uses : softprops/action-gh-release@v2
331
329
with :
You can’t perform that action at this time.
0 commit comments