Skip to content

Commit 987201b

Browse files
authored
Use new release process (#127)
1 parent 32ef76a commit 987201b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/draft-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ on:
1515

1616
jobs:
1717
draft-release:
18-
permissions:
19-
contents: 'write'
2018
name: 'Draft release'
21-
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v1' # ratchet:exclude
19+
# TODO(sethvargo): revert to a tag when ready
20+
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@main' # ratchet:exclude
2221
with:
2322
version_strategy: '${{ github.event.inputs.version_strategy }}'
2423
# 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

0 commit comments

Comments
 (0)