We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aed432 commit ac994e7Copy full SHA for ac994e7
.github/workflows/build.yml
@@ -27,17 +27,6 @@ jobs:
27
with:
28
python-version: 3.8
29
30
- - name: Set version number
31
- shell: bash
32
- run: |
33
- if jq -e '.version != "changeme"' config.json; then
34
- echo 'The ".version" field of "config.json" must be the invalid placeholder "changeme"' >&2
35
- exit 1
36
- fi
37
- jq '.version = "1"' config.json > config.json.new
38
- rm config.json
39
- mv config.json.new config.json
40
-
41
- name: Setup Xcode
42
if: runner.os == 'macOS'
43
run: sudo xcode-select -s /Applications/Xcode_14.2.app
config.json
@@ -4,7 +4,7 @@
4
"languages": [
5
"INT"
6
],
7
- "version": "changeme",
+ "version": "0.0.0",
8
"copyright": {
9
"name": "Graphisoft SE",
10
"year": "1984-%Y"
0 commit comments