Skip to content

Commit 6cb4e2c

Browse files
committed
ci: changed release to github releas
1 parent 70bd3eb commit 6cb4e2c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,19 @@ jobs:
4646
working-directory: code/backend
4747
- run: cp code/frontend/CHANGELOG.md code/frontend/packages/ranking-client/src/assets/changelogs/CHANGELOG-FE.md
4848
- run: cp code/backend/CHANGELOG.md code/frontend/packages/ranking-client/src/assets/changelogs/CHANGELOG-BE.md
49-
- name: Something
49+
- name: Add markdown files
5050
run: |
5151
git config --global user.email "[email protected]"
5252
git config --global user.name "Glenn Latomme"
5353
git add .
5454
PACKAGE_VERSION=$(node -p -e "require('./code/backend/lerna.json').version")
5555
git commit -m "release: $PACKAGE_VERSION"
56-
git tag -a v$PACKAGE_VERSION -m "release $PACKAGE_VERSION"
5756
- name: Push changes
5857
uses: ad-m/github-push-action@master
5958
with:
6059
github_token: ${{ secrets.GITHUB_TOKEN }}
6160
branch: ${{ github.ref }}
62-
tags: true
61+
tags: true
62+
- name: Github Release
63+
run: |
64+
npx conventional-github-releaser -t {{secrets.GITHUB_TOKEN}} -p angular

0 commit comments

Comments
 (0)