This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
The following commit(s) were added to refs/heads/main by this push:
new 9315b932b Fix the release workflow
9315b932b is described below
commit 9315b932bd6ae99ca7d9ecffb3ab6350f2c6f18a
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Jan 14 21:55:50 2025 +0100
Fix the release workflow
---
.github/workflows/release.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 55520fec1..ee3d616ac 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,6 +5,7 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
+jobs:
publish-candidate:
name: Publish candidate
runs-on: ubuntu-latest