Skip to content

Commit

Permalink
Fixing release note actions #4
Browse files Browse the repository at this point in the history
  • Loading branch information
coxstuart committed Sep 7, 2022
1 parent 38e8db4 commit dfdf35e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Gren configuration is stored in .grenrc.js
# See https://github.com/github-tools/github-release-notes for more details
# --------------------------------------------------------------------------------------------
- name: Checkout Repo (v3, attempt 2)
- name: Checkout Repo (v3)
uses: actions/checkout@v3

- name: Update release notes (gren)
Expand All @@ -42,7 +42,7 @@ jobs:
gren release --tags=${{ github.event.release.tag_name }} --override
gren changelog --override
- name: push
- name: push (v6)
uses: actions-x/commit@v6
with:
message: "Github action updated history.md on release {{ github.event.release.tag_name }}"
Expand Down

0 comments on commit dfdf35e

Please sign in to comment.