Merge pull request #21 from nofusscomputing/ci-additional-actions

This commit is contained in:
Jon
2024-08-15 13:39:51 +09:30
committed by GitHub

5
.github/additional_actions_bump.sh vendored Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
echo "[Debug] script - NEW_VERSION=${NEW_VERSION}";
sed -E "s/version: (.+)/version: ${NEW_VERSION}/g" -i galaxy.yml;