From b9c0bdb011b05e9fe98d1485102b6a8cd2b0675d Mon Sep 17 00:00:00 2001 From: Dennis Dams <35526313+dennisrd@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:39:19 +0200 Subject: [PATCH] Update ci.yml for release 0.0.16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14e5560..d82da1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} tags: true - branch: main + branch: release-0-0-16 - name: Upload release uses: softprops/action-gh-release@v1 if: github.event_name == 'workflow_dispatch'