|
@@ -33,13 +33,13 @@ jobs:
|
|
|
TMP_RELEASE_BRANCH=tmp/release-${{ env.RELEASE_VERSION }}
|
|
TMP_RELEASE_BRANCH=tmp/release-${{ env.RELEASE_VERSION }}
|
|
|
git checkout -B $TMP_RELEASE_BRANCH
|
|
git checkout -B $TMP_RELEASE_BRANCH
|
|
|
git commit -am "Release v${{ env.RELEASE_VERSION }}"
|
|
git commit -am "Release v${{ env.RELEASE_VERSION }}"
|
|
|
- git tag v${{ env.RELEASE_VERSION }}
|
|
|
|
|
|
|
+ git tag v${{ env.RELEASE_VERSION }} $TMP_RELEASE_BRANCH
|
|
|
git push --follow-tags origin $TMP_RELEASE_BRANCH
|
|
git push --follow-tags origin $TMP_RELEASE_BRANCH
|
|
|
git push --delete origin $TMP_RELEASE_BRANCH
|
|
git push --delete origin $TMP_RELEASE_BRANCH
|
|
|
|
|
|
|
|
- - name: Upload release notes
|
|
|
|
|
- uses: Roang-zero1/github-create-release-action@master
|
|
|
|
|
- with:
|
|
|
|
|
- created_tag: v${{ env.RELEASE_VERSION }}
|
|
|
|
|
- env:
|
|
|
|
|
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
+ # - name: Upload release notes
|
|
|
|
|
+ # uses: Roang-zero1/github-create-release-action@master
|
|
|
|
|
+ # with:
|
|
|
|
|
+ # created_tag: v${{ env.RELEASE_VERSION }}
|
|
|
|
|
+ # env:
|
|
|
|
|
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|