Merge pull request #115 from buster-so/staging

version on cli
This commit is contained in:
dal 2025-02-12 08:11:55 -08:00 committed by GitHub
commit 438deec2c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
- name: Get version
id: get_version
run: |
VERSION=$(cat version.txt)
VERSION=$(0.0.1)
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Create Release