We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645b727 commit c25259eCopy full SHA for c25259e
.github/workflows/publish.yml
@@ -50,9 +50,9 @@ jobs:
50
majorVersion=$(echo ${longVersion%.*.*})
51
minorVersion=$(echo ${longVersion%.*})
52
53
- # Add the built artifacts. Using --force because dist/lib should be in
+ # Add the built artifacts. Using --force because dist should be in
54
# .gitignore
55
- git add --force dist lib
+ git add --force dist
56
57
# Make the commit
58
MESSAGE="Build for $(git rev-parse --short HEAD)"
0 commit comments