Skip to content

Commit d646f5a

Browse files
authored
fix: release create (#13)
1 parent 7ae2726 commit d646f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
NAME=$(echo "$pkg" | jq -r '.name')
4949
VERSION=$(echo "$pkg" | jq -r '.version')
5050
TAG="${NAME}@${VERSION}"
51-
gh release create "$TAG" --generate-notes --title "${NAME} v${VERSION}"
51+
gh release create "$TAG" --generate-notes --title "${NAME} v${VERSION}" || echo "Release ${TAG} already exists, skipping"
5252
done
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)