Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Mar 26, 2024
1 parent 3e5b7c9 commit 376cad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: determine_next_tag
uses: climatepolicyradar/get-next-tag-from-pr-body@main
with:
pr_body: "${{ github.event.pull_request.body }}"
pr_body: ${{ github.event.pull_request.body }}
pr_number: ${{ github.event.pull_request.number }}

- name: Echo next tag
Expand Down

0 comments on commit 376cad4

Please sign in to comment.