From f8b9121b99bdd6c58584023f114b3fcb3f031814 Mon Sep 17 00:00:00 2001 From: MichaƂ Janiszewski Date: Sun, 22 Oct 2023 23:11:11 +0200 Subject: Add 0.4.6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1ff025..106b6e4 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.5] + tag: [0.4.6] env: dockertag: ${{ matrix.tag }} dockerimg: openrct2/openrct2-cli - dockerlst: 0.4.5 + dockerlst: 0.4.6 steps: - name: Checkout uses: actions/checkout@v3 -- cgit v1.2.3