question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Running shipjs on GitHub Actions

See original GitHub issue

Describe the bug Failed to push tag to the repo while shipjs trigger.

https://github.com/uetchy/create-whatever/commit/2670594b2cb0b5635c00067da67d2e6bb262735e/checks?check_suite_id=257704743#step:7:36

To Reproduce Run shipjs on GitHub Actions with this workflow config.

jobs:
  build:
    name: Build
    runs-on: Ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - uses: actions/setup-node@master
      - uses: geertvdc/setup-hub@master
      - run: git switch master
      - run: yarn install
      - run: yarn release:trigger
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

Environment (please complete the following information):

  • Ship.js version: 0.6.0

Additional context

  • NPM_AUTH_TOKEN and GITHUB_TOKEN has been set.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
eunjae-leecommented, Oct 10, 2019

Trying to figure out but I guess I’ll probably have some time to dig into this in the weekend.

1reaction
eunjae-leecommented, Nov 2, 2019

Hey @uetchy, I’m taking some time off from OSS things(This isn’t my official work, but a kind of side project). I’ll get back to this next week.

Read more comments on GitHub >

github_iconTop Results From Across the Web

algolia/shipjs: Take control of what is going to be your ... - GitHub
Running the following command will guide you to set it up interactively. npx shipjs setup. This interactive CLI will help you install Ship.js...
Read more >
Invoke shipjs prepare from GitHub · Issue #346
Invoke shipjs prepare when someone responsible for releasing process and granted for running it (basically, admin) comments @shipjs prepare ...
Read more >
Actions · algolia/shipjs - GitHub
Actions · algolia/shipjs. ... Showing runs from all workflows ... pages build and deployment pages-build-deployment #12: by github-pages bot.
Read more >
Add config for GitHub actions on "setup" stage · Issue #489 · algolia ...
I setup base GitHub actions config for shipjs trigger Look https://github.com/jeetiss/try-shipjs/runs/330700313#step:6:59 Maybe we should add option to ...
Read more >
shipjs/CHANGELOG.md at main - GitHub
setup: improve GitHub Actions flow made with (#904) (066ff50) ... Make sure you run shipjs trigger only on the branches you've specified.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found