You can see that the PR is opened correctly: clibuilder/clibuilder#375
But there is no workflow started: https://github.com/unional/clibuilder/actions
I'm setting it up using shared workflow:
jobs:
code:
uses: unional/.github/.github/workflows/yarn2-library-verify-cross-platform.yml@mainrelease:
uses: unional/.github/.github/workflows/yarn2-library-release.yml@mainneeds: codesecrets: inherit
https://github.com/unional/clibuilder/blob/main/.github/workflows/release.yml
- name: Create Release Pull Request or Publish to npmid: changesetsuses: changesets/action@v1with:
version: yarn changeset versionpublish: yarn changeset publishenv:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}NPM_TOKEN: ${{ secrets.NPM_TOKEN }}https://github.com/unional/.github/blob/main/.github/workflows/yarn2-library-release.yml
Maybe somehow the action is getting wrong information because of that?
You can see that the PR is opened correctly: clibuilder/clibuilder#375
But there is no workflow started: https://github.com/unional/clibuilder/actions
I'm setting it up using shared workflow:
https://github.com/unional/clibuilder/blob/main/.github/workflows/release.yml
https://github.com/unional/.github/blob/main/.github/workflows/yarn2-library-release.yml
Maybe somehow the action is getting wrong information because of that?