Skip to content

Commit

Permalink
ci: use main branch for draft-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool authored Aug 27, 2024
1 parent 1dd9309 commit 73be44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # required to include tags
- uses: CCBR/actions/draft-release@v0.1
- uses: CCBR/actions/draft-release@main
with:
github-token: ${{ github.token }}
version-tag: ${{ github.event.inputs.version-tag }}

0 comments on commit 73be44e

Please sign in to comment.