Skip to content

Commit

Permalink
Try an e2e build.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Mar 29, 2024
1 parent eca042d commit c1e375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
goreleaser release --clean --nightly --skip=announce,publish,validate
- name: Cache the packages
uses: actions/cache/save@v4
id: cache-packages
working-directory: ./packages/tenv
uses: actions/cache/save@v4
with:
key: "tenv-${package_version}"
path: dist
Expand Down

0 comments on commit c1e375b

Please sign in to comment.