diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 21:47:13 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 21:47:13 +0200 |
commit | 0b15ad9065a7cf35ce606c3a2b45fafa0bbbb5eb (patch) | |
tree | e32303f61ed8ae482242468a4594b616dc8f7316 | |
parent | 2bbcc82289ca2239958c6618ae3d72d67ca47a39 (diff) | |
download | FlightCore-0b15ad9065a7cf35ce606c3a2b45fafa0bbbb5eb.tar.gz FlightCore-0b15ad9065a7cf35ce606c3a2b45fafa0bbbb5eb.zip |
Pass release version
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 530a38a3..49812e8c 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -67,7 +67,7 @@ jobs: run: | ls -al tree - python3 scripts/create-release-file.py + python3 scripts/create-release-file.py --version v0.1.0 ls -al - name: upload build artifact |