my fault for not double checking the static version placeholder for now

This commit is contained in:
dal 2025-02-12 09:14:07 -07:00
parent 3cf320075b
commit ef4fcdbd00
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

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