You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: ensure package upload is performed exactly once (#16)
When creating a release the following 3 event types are triggered:
- 'create'
- 'released' or 'prereleased'
- 'publish'
Trying to upload multiple packages with the same version will lead to an
error. To ensure the package is uploaded exactly once we will trigger on
'publish'.
See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
for details.
0 commit comments