Skip to content

Commit e190068

Browse files
authored
Update and rename ci.yml to release.yml
1 parent 716e465 commit e190068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml renamed to .github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- 'v*.*.*'
77

88
env:
99
GHR_VERSION: 0.12.0
@@ -71,4 +71,4 @@ jobs:
7171
export CI_COMMIT_TAG="${{ github.ref_name }}"
7272
export RELEASE_DATE=$(date '+%Y-%m-%d')
7373
echo "MetaCall ${CI_COMMIT_TAG} [${RELEASE_DATE}]"
74-
ghr -t "${{ secrets.GITHUB_TOKEN }}" -u "${GH_REPO_OWNER}" -r "${GH_REPO_NAME}" -c "${GITHUB_SHA}" -n "MetaCall ${CI_COMMIT_TAG} [${RELEASE_DATE}]" -b "${GIT_HISTORY}" -replace "${CI_COMMIT_TAG}" "${PWD}/${{ env.ARTIFACTS_PATH }}/packages/"
74+
ghr -t "${{ secrets.GITHUB_TOKEN }}" -u "${GH_REPO_OWNER}" -r "${GH_REPO_NAME}" -c "${GITHUB_SHA}" -n "MetaCall ${CI_COMMIT_TAG} [${RELEASE_DATE}]" -b "${GIT_HISTORY}" -replace "${CI_COMMIT_TAG}" "${PWD}/${{ env.ARTIFACTS_PATH }}/packages/"

0 commit comments

Comments
 (0)