Skip to content

Commit e064fed

Browse files
committed
Fixed workflow issue for GH action pre-release. Updated text in hwp-previews to allow for a new changeset.
1 parent d4943d7 commit e064fed

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.changeset/slimy-pugs-rush.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.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)