Skip to content

Commit

Permalink
use example
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 24, 2024
1 parent f11140e commit 622cadf
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
- uses: CSVD/gh-actions-checkout@v4
id: checkout
with:
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
fetch-depth: 0
persist-credentials: false

- name: Setup GITHUB Credentials
id: github_credentials
Expand All @@ -39,16 +38,23 @@ jobs:
github_app_installation_id: ${{ vars.GH_APP_INSTALLATION_ID }}
github_base_url: "${{ github.server_url }}/"

- name: Create bump and changelog
uses: CSVD/commitizen-action@master
# - name: Create bump and changelog
# uses: CSVD/commitizen-action@master
# with:
# changelog_increment_filename: body.md
# check_consistency: true
# commit: false
# debug: true
# github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# prerelease: true
# push: false

- name: Tag Release
uses: CSVD/release-tag@main
with:
changelog_increment_filename: body.md
check_consistency: true
commit: false
debug: true
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
prerelease: true
push: false
patch: true
env:
GITHUB_TOKEN: ${{ steps.github_credentials.outputs.github_token }}

# - uses: CSVD/gh-actions-checkout@v4
# - run: |
Expand Down

0 comments on commit 622cadf

Please sign in to comment.