Skip to content

Commit

Permalink
chore(git-sync): auto-applied workflow
Browse files Browse the repository at this point in the history
this file was auto-applied from pulumi
located here:
    - https://github.com/octodns-infomaniak/.github

Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Nov 20, 2024
1 parent b139980 commit 640c4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Create release as draft
run: gh release create ${{ github.ref_name }} -n " ${{ needs.changelog.outputs.release_body }}" --draft
run: gh release create ${{ github.ref_name }} -n "${{ needs.changelog.outputs.release_body }}" --draft
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package:
Expand Down

0 comments on commit 640c4de

Please sign in to comment.