diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 18:33:58 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 18:33:58 +0200 |
commit | 103708ef3c57592866d0c325b5bbf385a4862d52 (patch) | |
tree | d1dc39d50ad50f9911db3b6c31060b222c3ccad5 | |
parent | 06b2bd82f9c04f4882cffbc5187fbd3043468d3d (diff) | |
download | FlightCore-103708ef3c57592866d0c325b5bbf385a4862d52.tar.gz FlightCore-103708ef3c57592866d0c325b5bbf385a4862d52.zip |
Force breakage for testing
-rw-r--r-- | .github/workflows/push-test.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index e8841390..6a2c1f83 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -12,7 +12,8 @@ jobs: pip install toml - name: Run check run: | - python3 scripts/check_version_numbers.py + python3 scripts/check_version_numbers.py --release v0.2.0 + # test-tauri: # strategy: |