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 b26d45c commit 49acaac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-tenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,11 @@ jobs:
package_version: ${{ steps.lookup_version.outputs.package_version }}

steps:
- name: Git clone
uses: actions/checkout@v4
with:
ref: ${{ github.base_ref }}

- name: Lookup latest version of package
id: lookup_version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Lookup version"
download-asset latest-tag -r tofuutils/tenv
echo "package_version=$(download-asset latest-tag -r tofuutils/tenv -s)" >> $GITHUB_OUTPUT
- name: Check to see if we've already built this version
Expand Down

0 comments on commit 49acaac

Please sign in to comment.