From 7004cc62801f029bc429e711b2acb80f002d9599 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 24 Mar 2023 12:16:33 -0400 Subject: [PATCH] Temporarily use @main to test releases --- .github/workflows/draft-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 8f23e58..4d49a8d 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -16,9 +16,9 @@ on: jobs: draft-release: name: 'Draft release' - uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0' + uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@main' with: version_strategy: '${{ github.event.inputs.version_strategy }}' # secrets must be explicitly passed to reusable workflows https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow secrets: - ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}' \ No newline at end of file + ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'