Skip to content

Commit

Permalink
options
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 24, 2024
1 parent 66748fa commit f11140e
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,23 @@ jobs:
- name: Create bump and changelog
uses: CSVD/commitizen-action@master
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
changelog_increment_filename: body.md
check_consistency: true
commit: false
debug: true
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
prerelease: true
push: false

- uses: CSVD/gh-actions-checkout@v4
- run: |
date > generated.txt
# Note: the following account information will not work on GHES
git config user.name "github-actions[bot]"
git config user.email "{user.id}+{user.login}@users.noreply.github.e.it.census.gov"
git add .
git commit -m "generated"
git push
# - uses: CSVD/gh-actions-checkout@v4
# - run: |
# date > generated.txt
# # Note: the following account information will not work on GHES
# git config user.name "github-actions[bot]"
# git config user.email "{user.id}+{user.login}@users.noreply.github.e.it.census.gov"
# git add .
# git commit -m "generated"
# git push
# - name: Push doc to Github Page
# uses: peaceiris/actions-gh-pages@v4
# with:
Expand Down

0 comments on commit f11140e

Please sign in to comment.