Skip to content

Commit

Permalink
Merge pull request #452 from github/jm_fix_release_config_file_name
Browse files Browse the repository at this point in the history
fix: release config name
  • Loading branch information
jmeridth authored Jan 5, 2025
2 parents e8a1c46 + 19acca9 commit 6181c04
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 @@ -15,7 +15,7 @@ jobs:
uses: jmeridth/reusable-workflows/.github/workflows/release.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
with:
publish: true
release-config-name: release-drafter.yaml
release-config-name: release-drafter.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
release_image:
Expand Down

0 comments on commit 6181c04

Please sign in to comment.