Skip to content

Commit

Permalink
changed commit within publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRobsAT committed Jul 8, 2024
1 parent dacf9de commit fec8cf2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
with:
cmd: yq --inplace '.date-released = "${{ steps.date.outputs.time }}"' CITATION.cff
- name: Commit changes to CFF
uses: devops-infra/action-commit-push@master
uses: EndBug/add-and-commit@v9
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
commit_message: "Updated CITATION.cff"
default_author: github_actions
add: "CITATION.cff"
message: "Updated CITATION.cff"
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit fec8cf2

Please sign in to comment.