Skip to content

Merge pull request #1 from bgd-labs/feat/icons #3

Merge pull request #1 from bgd-labs/feat/icons

Merge pull request #1 from bgd-labs/feat/icons #3

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
releaseCreated: ${{ steps.release.outputs.release_created }}
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: react-web3-icons
pull-request-header: "I have created a release"
path: packages/react-web3-icons
monorepo-tags: true
tag-separator: '@'
release-node:
uses: ../actions/release-node.yml

Check failure on line 28 in .github/workflows/release-please.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-please.yml

Invalid workflow file

invalid value workflow reference: no version specified
if: ${{ needs.release-please.outputs.releaseCreated }}
needs:
- release-please
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}