Skip to content

Commit

Permalink
CAPZ v25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner committed Jun 27, 2024
1 parent 434ff3c commit e9a8f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
git fetch --tags
for aws_release_dir in capa/*; do
if [[ $aws_release_dir == archived ]]; then
if [[ $aws_release_dir == "capa/archived" || $aws_release_dir == "archived" ]]; then
echo "Skipping archived directory $aws_release_dir"
continue
fi
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
BRANCH: ${{ github.head_ref }}
run: |
for aws_release_dir in capa/*; do
if [[ $aws_release_dir == archived ]]; then
if [[ $aws_release_dir == "capa/archived" || $aws_release_dir == "archived" ]]; then
echo "Skipping archived directory $aws_release_dir"
continue
fi
Expand Down

0 comments on commit e9a8f19

Please sign in to comment.