summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4dc525f..04d288d 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.10]
+ tag: [0.4.11]
env:
dockertag: ${{ matrix.tag }}
dockerimg: openrct2/openrct2-cli
- dockerlst: 0.4.10
+ dockerlst: 0.4.11
steps:
- name: Checkout
uses: actions/checkout@v3