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.

release published trigger

See original GitHub issue

I want to trigger another workflow when the release has been published

on:
  release:
    types: [published]

Looking at the code I am not sure, but it looks like this might cause a race condition with the file upload.

Does the release maybe have to be drafted, files uploaded and then published for this to work? I could not find clear documentation on this.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

2reactions
tcurdtcommented, Sep 20, 2020

ATM I wish for a race condition 😄

Right now it’s not triggering other workflows at all for me. Is that a known issue?

1reaction
tcurdtcommented, Sep 21, 2020

It only triggers when the Personal Access Token is used instead of the standard Github Token.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Events that trigger workflows - GitHub Docs
Runs your workflow when someone pushes to a branch that is the publishing source for GitHub Pages, if GitHub Pages is enabled for...
Read more >
Github Action trigger on release not working on tag
It states that Activity Types are "published," "unpublished," and ... In short git tag is not the event that triggers a GitHub Release...
Read more >
Publish Trigger - Cascade CMS Knowledge Base - Hannon Hill
Overview. This trigger publishes or unpublishes the current asset in workflow (if publishable) to all enabled Destinations available to the user authorizing the ......
Read more >
How to Manually Trigger a GitHub Actions Workflow
A very simple manual workflow trigger. Once you add this file to your repository, you'll be able to see and manually run the...
Read more >
Trigger Deployments using Git Events (FirstGen) - Harness Docs
Payload Type. Event Type ; BitBucket. On Pull Request. On Repository. On Issue ; GitHub. On Pull Request. On Push. On Delete. On...
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