We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4111bea commit 334c690Copy full SHA for 334c690
.github/workflows/draft-release.yml
@@ -15,8 +15,7 @@ on:
15
16
jobs:
17
draft-release:
18
- # TODO(sethvargo): revert to a tag when ready
19
- uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@main' # ratchet:exclude
+ uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
20
with:
21
version_strategy: '${{ github.event.inputs.version_strategy }}'
22
secrets:
.github/workflows/release.yml
@@ -8,7 +8,6 @@ on:
8
9
10
release:
11
12
- uses: 'google-github-actions/.github/.github/workflows/release.yml@main' # ratchet:exclude
+ uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
13
14
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'
0 commit comments