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.
2 parents d499938 + 1e88f10 commit 2a70264Copy full SHA for 2a70264
.github/workflows/release-please.yml
@@ -14,11 +14,9 @@ jobs:
14
outputs:
15
releaseCreated: ${{ steps.release.outputs.release_created }}
16
steps:
17
- - uses: google-github-actions/release-please-action@v4
+ - uses: googleapis/release-please-action@v4
18
id: release
19
with:
20
- release-type: node
21
- package-name: react-web3-icons
22
config-file: .github/release-please-config.json
23
manifest-file: .github/.release-please-manifest.json
24
0 commit comments