Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SjorsO committed Jul 19, 2024
1 parent 644e1b5 commit 7632fdd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/make-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ jobs:
php src/bin/post-release.php "gitlab" "${{ secrets.POST_RELEASE_SECRET }}"
echo "Posting Bitbucket release to sjorso.com"
php src/bin/post-release.php "bitbucket" "${{ secrets.POST_RELEASE_SECRET }}"
- name: Commit releases
uses: EndBug/add-and-commit@v9
with:
add: '.' # git add .
message: 'Update releases'
push: true
default_author: github_actor
2 changes: 1 addition & 1 deletion src/script/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [[ -z "$base_directory" ]]; then

exit 1
elif [[ "$base_directory" =~ /current/?$ ]]; then
echo -e "{STYLE_ERROR}The variable \"\$base_directory\" points to the \"current\" directory. It should point one level higher, to the base directory.{STYLE_RESET}"
echo -e "{STYLE_ERROR}The variable \"\$base_directory\" points to the \"current\" directory. It should point one level higher to the base directory.{STYLE_RESET}"

exit 1
fi
Expand Down

0 comments on commit 7632fdd

Please sign in to comment.