Skip to content

Commit

Permalink
Fix git commands in prepare release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Feb 19, 2024
1 parent 62039c2 commit ddc2038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Commit Attrs
run: |
git commit -m "Update attrs values before release"
git commit -m "Update attrs values before release" dkist/data/api_search_values.json
- name: Push
run: git push
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Commit Changelog
run: |
git commit -m "Render changelog for v${{ inputs.version }}"
git commit -m "Render changelog for v${{ inputs.version }}" -a
- name: Push
run: git push
Expand Down

0 comments on commit ddc2038

Please sign in to comment.