aubelsb2 opened a new issue #2864: URL: https://github.com/apache/camel-quarkus/issues/2864
I am only subscribed to github release notifications:  However it seems that simply tagging the release isn't enough to trigger a release:  If you edit a tag and go: "publish release" it will publish:  However you should be able to do this from a github action too. A quick google suggests that this might work: ``` name: Main on: push: tags: - 'v*.*.*' jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Release uses: softprops/action-gh-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org