Skip to content

Commit 3bc386e

Browse files
authored
Merge pull request #22 from earthly/nacho/improve-build
fix target
2 parents 2333d63 + fa2d8ab commit 3bc386e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Release
1919
# run: earthly --org earthly-technologies --satellite lib --push +publish --version=$RELEASE_VERSION
2020
# For testing purposes lets use +build before trying +publish
21-
run: earthly --org earthly-technologies --satellite lib --push +build --version=$RELEASE_VERSION
21+
run: earthly --org earthly-technologies --satellite lib --push +dist --version=$RELEASE_VERSION

0 commit comments

Comments
 (0)