mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
dev (#171)
* fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix --------- Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
co-authored by
charlesgauthereau
parent
7959f903bb
commit
fdaca0e8a7
@@ -41,13 +41,13 @@ jobs:
|
||||
- name: Fetch tags
|
||||
run: git fetch --tags
|
||||
|
||||
# - name: Run release-it
|
||||
# id: release_step
|
||||
# run: |
|
||||
# git pull origin main
|
||||
# pnpm exec release-it --ci
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
# - name: Run release-it
|
||||
# id: release_step
|
||||
# run: |
|
||||
# git pull origin main
|
||||
# pnpm exec release-it --ci
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
- name: Run release-it
|
||||
id: release_step
|
||||
run: |
|
||||
@@ -59,3 +59,7 @@ jobs:
|
||||
echo "draft_tag=$DRAFT_TAG" >> $GITHUB_OUTPUT
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
|
||||
- name: Log draft release tag
|
||||
run: |
|
||||
echo "The temporary draft release tag is: ${{ steps.release_step.outputs.draft_tag }}"
|
||||
Reference in New Issue
Block a user