Skip to content

Commit

Permalink
Fix for stricter build steps
Browse files Browse the repository at this point in the history
Broken since d6dc63c
  • Loading branch information
dpb587 committed Jan 21, 2021
1 parent 52656ce commit 1d7b619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ jobs:
version="$( echo "${{ github.ref }}" | sed 's#refs/tags/v##' )"
echo ::set-output name=version::"$version"
mkdir tmp
./scripts/build.dockerized.sh "$version"
if [[ -e "docs/releases/v${version}.md" ]]; then
sed '1{/^---$/!q;};1,/^---$/d' "docs/releases/v${version}.md" > tmp/release-body
echo "" >> tmp/release-body
fi
./scripts/build.dockerized.sh "$version"
cd tmp/build
(
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/v0.5.3.md → docs/releases/v0.5.4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: v0.5.3
weight: 5003
title: v0.5.4
weight: 5004
---

* fix `--cd` behavior when using resource globs ([#19](https://github.com/dpb587/gget/issues/19))

0 comments on commit 1d7b619

Please sign in to comment.