We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9bead commit 1d3628eCopy full SHA for 1d3628e
.github/workflows/ci.yml
@@ -11,11 +11,11 @@ jobs:
11
fail-fast: false
12
matrix:
13
# List of tags to build and upload, remember to update this
14
- tag: [0.4.19]
+ tag: [0.4.20]
15
env:
16
dockertag: ${{ matrix.tag }}
17
dockerimg: openrct2/openrct2-cli
18
- dockerlst: 0.4.19
+ dockerlst: 0.4.20
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v4
0 commit comments