From 73be44eaa28ec31b19cd7a4e7de94b76f0eaab8a Mon Sep 17 00:00:00 2001 From: "Kelly Sovacool, PhD" Date: Tue, 27 Aug 2024 15:44:17 -0400 Subject: [PATCH] ci: use main branch for draft-release.yml --- .github/workflows/draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index d643f5c..47b412e 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -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 }}