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
I think it does make more sense to run the ship workflow only after a release has been created, so I modified mine to the below. Maybe this should be added here to for some folks that wants the same instead of ship on every tag creation.
on:
release:
types:
- published
A release workflow will previously run deno lint, deno test and then release a new version based on a tag that has been created.
I think it does make more sense to run the ship workflow only after a release has been created, so I modified mine to the below. Maybe this should be added here to for some folks that wants the same instead of ship on every tag creation.
A release workflow will previously run
deno lint
,deno test
and then release a new version based on a tag that has been created.https://github.com/m8finder/webssl/tree/main/.github/workflows
The text was updated successfully, but these errors were encountered: