Skip to content

Commit

Permalink
Merge pull request #22 from earthly/nacho/improve-build
Browse files Browse the repository at this point in the history
fix target
  • Loading branch information
idelvall authored Dec 1, 2023
2 parents 2333d63 + fa2d8ab commit 3bc386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Release
# run: earthly --org earthly-technologies --satellite lib --push +publish --version=$RELEASE_VERSION
# For testing purposes lets use +build before trying +publish
run: earthly --org earthly-technologies --satellite lib --push +build --version=$RELEASE_VERSION
run: earthly --org earthly-technologies --satellite lib --push +dist --version=$RELEASE_VERSION

0 comments on commit 3bc386e

Please sign in to comment.