We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d5f5b commit ee22fe2Copy full SHA for ee22fe2
.github/workflows/create-release.yml
@@ -29,7 +29,7 @@ jobs:
29
env:
30
MYSQL_ROOT_PASSWORD: root
31
32
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
33
steps:
34
- name: Create version
35
run: |
.github/workflows/create-update.yml
@@ -18,7 +18,7 @@ jobs:
18
PACKAGE_DELIMITER: _
19
UPDATE_ASSET_DIR: './update-assets/'
20
21
22
23
24
0 commit comments