Skip to content

Commit b4bc90c

Browse files
committed
Updating release version plugin to v3
Signed-off-by: Ben <[email protected]>
1 parent 8fb7714 commit b4bc90c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create-release-v2.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
push:
1212
tags:
13-
- 'v*.*.*-rc.*'
13+
- 'v*.*.*-rc.*'
1414

1515

1616
env:
@@ -81,7 +81,7 @@ jobs:
8181
echo "REGO_ARTIFACT_PATH=${{ env.REGO_ARTIFACT_PATH }}" >> $GITHUB_OUTPUT
8282
8383
- name: Upload artifact
84-
uses: actions/upload-artifact@v2
84+
uses: actions/upload-artifact@v3
8585
with:
8686
name: ${{ env.REGO_ARTIFACT_KEY_NAME }}
8787
path: ${{ env.REGO_ARTIFACT_PATH }}/
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
ORIGINAL_TAG: ${{ github.ref_name }}
129129
SUB_STRING: "-rc."
130-
130+
131131
# Create and push the full version tag (e.g., v2.0.1)
132132
- name: Create and Push Full Tag
133133
uses: rickstaa/action-create-tag@v1
@@ -160,7 +160,7 @@ jobs:
160160
uses: softprops/action-gh-release@v2
161161
with:
162162
token: ${{ secrets.GITHUB_TOKEN }}
163-
tag_name: ${{ env.SHORT_TAG }}
163+
tag_name: ${{ env.SHORT_TAG }}
164164
name: ${{ env.SHORT_TAG }}
165165
body: "Automated release for ${{ env.SHORT_TAG}}"
166166
files: ${{ env.REGO_ARTIFACT_PATH }}/*

0 commit comments

Comments
 (0)