Skip to content

Commit

Permalink
cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed May 21, 2024
1 parent c4199c9 commit 06973e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,11 @@ jobs:
needs: [integration-tests, npm-package, build]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-just
- uses: ./.github/actions/setup-nodejs
- uses: ./.github/actions/setup-rust
- uses: ./.github/actions/setup-env
- uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/artifacts
- uses: ./.github/actions/build-mach
- name: Publish Crate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release/publish-crate.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
ROOT_DIR=$(dirname $(dirname $(dirname $SCRIPT_DIR)))

if [ "$BRANCH_NAME" == "main" ]; then
just build-publish
cargo publish --allow-dirty --package mach_bundler_core --token $CRATES_IO_API_TOKEN
fi

0 comments on commit 06973e6

Please sign in to comment.