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
1. Publish a [GitHub release](https://github.com/n8n-io/task-runner-launcher/releases/new) with a git tag following semver.
4
-
5
-
The [`release` workflow](../.github/workflows/release.yml) will build binaries for arm64 and amd64 and upload them to the release in the [releases page](https://github.com/n8n-io/task-runner-launcher/releases).
6
-
7
-
> [!WARNING]
8
-
> When publishing the GitHub release, mark it as `latest` and NOT as `pre-release` or the `release` workflow will not run.
3
+
1. Publish a [GitHub release](https://github.com/n8n-io/task-runner-launcher/releases/new) with a new git tag following semver. The [`release` workflow](../.github/workflows/release.yml) will build binaries for arm64 and amd64 and upload them to the release in the [releases page](https://github.com/n8n-io/task-runner-launcher/releases).
9
4
10
5
2. Update the `LAUNCHER_VERSION` argument in the main repository:
0 commit comments