Skip to content

Commit

Permalink
Use the newly separated action for changelog generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jan 13, 2025
1 parent f3cf582 commit 84ef7a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/reusable-deploy-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ jobs:
name: WordPress.org
url: "https://wordpress.org/plugins/${{ inputs.plugin }}/"
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false

- name: Populate Changelog
uses: johnbillion/plugin-infrastructure/.github/actions/populate-changelog@trunk
uses: johnbillion/action-changelog@trunk
id: changelog
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false

- name: Update Readme
run: | #shell
echo "${CHANGELOG}" > "${README}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:

- name: Populate Changelog
uses: johnbillion/plugin-infrastructure/.github/actions/populate-changelog@trunk
uses: johnbillion/action-changelog@trunk
id: changelog
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 84ef7a5

Please sign in to comment.