Skip to content

Commit d96d009

Browse files
authored
Merge pull request #276 from wpengine/chore-fixes-for-pre-release-iteration-2
chore: Fixes for pre-release workflow iteration 2
2 parents d4943d7 + 98971ee commit d96d009

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
---
44

55
chore: Initial release of hwp-previews beta release.
6-

.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

plugins/hwp-previews/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## 0.0.1-beta
44

5-
- Proof of concept.
5+
- Initial proof of concept.

0 commit comments

Comments
 (0)