Skip to content

Commit c25259e

Browse files
Update publish.yml
1 parent 645b727 commit c25259e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
majorVersion=$(echo ${longVersion%.*.*})
5151
minorVersion=$(echo ${longVersion%.*})
5252
53-
# Add the built artifacts. Using --force because dist/lib should be in
53+
# Add the built artifacts. Using --force because dist should be in
5454
# .gitignore
55-
git add --force dist lib
55+
git add --force dist
5656
5757
# Make the commit
5858
MESSAGE="Build for $(git rev-parse --short HEAD)"

0 commit comments

Comments
 (0)