-
Notifications
You must be signed in to change notification settings - Fork 337
Open
pxlprfct/bookmarked
#53Description
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@main
release:
uses: unional/.github/.github/workflows/yarn2-library-release.yml@main
needs: code
secrets: inherithttps://github.com/unional/clibuilder/blob/main/.github/workflows/release.yml
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
version: yarn changeset version
publish: yarn changeset publish
env:
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?
dikaso and dejanvasic85
Metadata
Metadata
Assignees
Labels
No labels