We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f2991 commit fde5f94Copy full SHA for fde5f94
.github/workflows/manual-publish.yml
@@ -30,6 +30,8 @@ jobs:
30
contents: write
31
32
steps:
33
+ - uses: actions/checkout@v4
34
+
35
- uses: ./.github/actions/setup
36
with:
37
version: '3.0'
.github/workflows/release-please.yml
@@ -48,6 +48,8 @@ jobs:
48
contents: write # Contents and pull-requests are for release-please to make releases.
49
50
51
52
53
54
55
0 commit comments