From da971e3e98dd41443e4617b39d9a3b46d8400d5f Mon Sep 17 00:00:00 2001 From: Alex Brasser Date: Sun, 25 Aug 2024 20:37:06 +0200 Subject: [PATCH] update ci release to v0.4.13 (#18) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04d288d..52c6c89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: fail-fast: false matrix: # List of tags to build and upload, remember to update this - tag: [0.4.11] + tag: [0.4.13] env: dockertag: ${{ matrix.tag }} dockerimg: openrct2/openrct2-cli - dockerlst: 0.4.11 + dockerlst: 0.4.13 steps: - name: Checkout uses: actions/checkout@v3