Skip to content

Commit

Permalink
no log: trying to fix git issue in release pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Jul 23, 2023
1 parent a7562e0 commit 714f141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_beta_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
branch: development

- name: Create Release (Conditional)
uses: fregante/setup-git-user@v2
if: ${{ steps.check-ci.outputs.conclusion == 'success' }}
run: |
revision_count=$(git rev-list --invert-grep --regexp-ignore-case --extended-regexp --grep="^(Release|no log:|Merge.remote-tracking).*" $(git describe --tags --abbrev=0)..HEAD --count)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_dev_to_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
working-directory: ${{ env.UI_DIRECTORY }}

- name: Create Release
uses: fregante/setup-git-user@v2
run: |
export RELEASE_MASTER=1
release-it --ci --increment ${{ github.event.inputs.increment }}
Expand Down

0 comments on commit 714f141

Please sign in to comment.