Skip to content

Commit

Permalink
testing (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyclarke authored Sep 16, 2024
1 parent 46a462c commit ce26045
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ jobs:
run: |
for path in ${FOLDER}; do
IFS='/' read -ra parts <<< "$path"
if [ "${#parts[@]}" -ge 3 ]; then
if [ "${#parts[@]}" -ge 2 ]; then
first=${parts[0]}
second="${parts[1]}"
echo "tag-name=${first}-${second}-v"
echo "tag-name=${first}-${second}-v" >> ${GITHUB_OUTPUT}
fi
done
Expand Down
1 change: 1 addition & 0 deletions folder/one/placeholder
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
a



1 change: 1 addition & 0 deletions folder/two/placeholder
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
a



0 comments on commit ce26045

Please # to comment.