automate nix package version update

This commit is contained in:
jaredmontoya
2024-10-30 18:33:46 +01:00
parent 1ea3b4b3c5
commit cd177ff476

View File

@@ -51,6 +51,10 @@ jobs:
echo "" >> version.go
echo "var version = \"${{ env.new_tag }}\"" >> version.go
- name: Update version.nix file
run: |
echo "\"${{ env.new_tag }}\"" > pkgs/fabric/version.nix
- name: Commit changes
run: |
git add version.go