Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
deciduously committed Jan 9, 2025
1 parent 3d2e6dd commit ee3a5b7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out workflow repository
- name: Check out packages repository
uses: actions/checkout@v4


- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy

- name: Install Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: ${{ env.BUN_VERSION }}

- name: Install Tangram
run: curl -fsSL https://tangram.dev/install.sh | bash
run: |
curl -fsSL https://tangram.dev/install.sh | bash
echo "${HOME}/.tangram/bin" >> $GITHUB_PATH
- name: Tag and push all packages
shell: bash
Expand Down

0 comments on commit ee3a5b7

Please sign in to comment.