We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f782a09 + 1433c53 commit 209a12eCopy full SHA for 209a12e
.github/workflows/Create-NewReleases.yml
@@ -63,6 +63,15 @@ jobs:
63
# Update the SCRIPT_VERSION and SCRIPT_BRANCH values in MerlinAU.sh
64
sed -i "/^readonly SCRIPT_VERSION=/s/.*/readonly SCRIPT_VERSION=${{ steps.nextver.outputs.tag }}/" MerlinAU.sh
65
sed -i "/^SCRIPT_BRANCH=.*$/s/.*/SCRIPT_BRANCH=\"master\"/" MerlinAU.sh
66
+
67
+ - name: Stage Changes
68
+ run: git add MerlinAU.sh
69
70
+ - name: Commit Changes
71
+ run: git commit -m "Update SCRIPT_BRANCH to master in MerlinAU.sh and version to ${{ steps.nextver.outputs.tag }}"
72
73
+ - name: Push Changes
74
+ run: git push origin main
75
76
- name: Create and Push Tag
77
run: |
0 commit comments