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
|
- name: Fetch tags
|
||||||
run: git fetch --tags
|
run: git fetch --tags
|
||||||
|
|
||||||
# - name: Run release-it
|
# - name: Run release-it
|
||||||
# id: release_step
|
# id: release_step
|
||||||
# run: |
|
# run: |
|
||||||
# git pull origin main
|
# git pull origin main
|
||||||
# pnpm exec release-it --ci
|
# pnpm exec release-it --ci
|
||||||
# env:
|
# env:
|
||||||
# GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
# GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||||
- name: Run release-it
|
- name: Run release-it
|
||||||
id: release_step
|
id: release_step
|
||||||
run: |
|
run: |
|
||||||
@@ -59,3 +59,7 @@ jobs:
|
|||||||
echo "draft_tag=$DRAFT_TAG" >> $GITHUB_OUTPUT
|
echo "draft_tag=$DRAFT_TAG" >> $GITHUB_OUTPUT
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
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