Skip to content

Commit 580588d

Browse files
authored
Merge branch 'main' into chore-pre-release-fixes-iteration-3
2 parents 3f2d3aa + d96d009 commit 580588d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/quick-apricots-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hwp-previews/wordpress-plugin": patch
3+
---
4+
5+
chore: Initial release of hwp-previews beta release.

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Get changed plugin directory
4040
id: plugin
4141
run: |
42-
git fetch --prune --unshallow
42+
git fetch --prune --unshallow 2>/dev/null || git fetch --prune
4343
plugin=$(git diff --name-only HEAD~1 HEAD | grep '^plugins/' | head -1 | cut -d/ -f2)
4444
echo "plugin_slug=$plugin" >> $GITHUB_OUTPUT
4545

0 commit comments

Comments
 (0)