We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f2d3aa + d96d009 commit 580588dCopy full SHA for 580588d
.changeset/quick-apricots-check.md
@@ -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
@@ -39,7 +39,7 @@ jobs:
39
- name: Get changed plugin directory
40
id: plugin
41
run: |
42
- git fetch --prune --unshallow
+ git fetch --prune --unshallow 2>/dev/null || git fetch --prune
43
plugin=$(git diff --name-only HEAD~1 HEAD | grep '^plugins/' | head -1 | cut -d/ -f2)
44
echo "plugin_slug=$plugin" >> $GITHUB_OUTPUT
45
0 commit comments