File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
push :
12
12
tags :
13
- - ' v*.*.*-rc.*'
13
+ - ' v*.*.*-rc.*'
14
14
15
15
16
16
env :
81
81
echo "REGO_ARTIFACT_PATH=${{ env.REGO_ARTIFACT_PATH }}" >> $GITHUB_OUTPUT
82
82
83
83
- name : Upload artifact
84
- uses : actions/upload-artifact@v2
84
+ uses : actions/upload-artifact@v3
85
85
with :
86
86
name : ${{ env.REGO_ARTIFACT_KEY_NAME }}
87
87
path : ${{ env.REGO_ARTIFACT_PATH }}/
@@ -127,7 +127,7 @@ jobs:
127
127
with :
128
128
ORIGINAL_TAG : ${{ github.ref_name }}
129
129
SUB_STRING : " -rc."
130
-
130
+
131
131
# Create and push the full version tag (e.g., v2.0.1)
132
132
- name : Create and Push Full Tag
133
133
uses : rickstaa/action-create-tag@v1
@@ -160,7 +160,7 @@ jobs:
160
160
uses : softprops/action-gh-release@v2
161
161
with :
162
162
token : ${{ secrets.GITHUB_TOKEN }}
163
- tag_name : ${{ env.SHORT_TAG }}
163
+ tag_name : ${{ env.SHORT_TAG }}
164
164
name : ${{ env.SHORT_TAG }}
165
165
body : " Automated release for ${{ env.SHORT_TAG}}"
166
166
files : ${{ env.REGO_ARTIFACT_PATH }}/*
You can’t perform that action at this time.
0 commit comments