mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix
This commit is contained in:
@@ -45,14 +45,15 @@ jobs:
|
||||
# pnpm exec release-it --ci
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
- name: Create tag and push it
|
||||
- name: Create version and push tag
|
||||
id: create_tag
|
||||
run: |
|
||||
git pull origin main
|
||||
pnpm exec release-it --ci --no-github
|
||||
pnpm exec release-it --ci --no-github --no-npm
|
||||
git push origin --follow-tags
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
|
||||
- name: Create GitHub release
|
||||
run: pnpm exec release-it --ci --no-npm
|
||||
run: pnpm exec release-it --ci --no-npm --no-git
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
Reference in New Issue
Block a user