Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unexpected appended : on package publish #98

Open
jasonkuhrt opened this issue Nov 16, 2020 · 1 comment
Open

unexpected appended : on package publish #98

jasonkuhrt opened this issue Nov 16, 2020 · 1 comment
Labels
type/bug Something is not working the way it should

Comments

@jasonkuhrt
Copy link
Member

Strange problem with graphql-request publishing on CI wherein there is an unexpected appended : character.

      - name: Make release
        id: release
        env:
          NPM_TOKEN: ${{secrets.NPM_TOKEN}}
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
        run: |
          yarn -s dripip preview --json > result.json
          echo '==> Publish Result'
          jq '.' < result.json

https://github.com/prisma-labs/graphql-request/runs/1406452900#step:7:29

@jasonkuhrt jasonkuhrt added the type/bug Something is not working the way it should label Nov 16, 2020
@jasonkuhrt
Copy link
Member Author

jasonkuhrt commented Nov 16, 2020

When I publish locally it works fine...

❯ yarn release:preview          
yarn run v1.22.5
$ dripip preview
{ kind: 'package_published' }
{ kind: 'package_json_reverted' }
{ kind: 'version_git_tag_created' }
{ kind: 'extra_dist_tag_git_tag_created', distTag: 'next' }
{ kind: 'extra_dist_tag_git_tag_pushed', distTag: 'next' }
{
  release: {
    notes: '#### Features\n' +
      '\n' +
      '- 952e972 Support per-request headers (#33) (#228)\n' +
      '\n' +
      '#### Chores\n' +
      '\n' +
      '- e4b3932 fix typo in README.md (#231)\n',
    distTag: 'next',
    version: '3.4.0-next.1'
  }
}
✨  Done in 19.17s.

So maybe the issue is related to CI...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is not working the way it should
Projects
None yet
Development

No branches or pull requests

1 participant