You've already forked ubuntu-act_gitea
fix: Don't try copy if current working dir is /tmp 🐛
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
################################
|
||||
|
||||
# Copy pre-loaded plugins
|
||||
cp -Rf /tmp/.semrel "$(pwd)"/;
|
||||
if [ "$(pwd)" != "/tmp" ]; then
|
||||
cp -Rf /tmp/.semrel "$(pwd)"/;
|
||||
fi
|
||||
|
||||
# Execute semantic-release and expand parameters
|
||||
/usr/local/bin/go-semantic-release "$@"
|
||||
Reference in New Issue
Block a user