Skip to content

Commit

Permalink
chore pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bayou-brogrammer committed Jan 27, 2024
1 parent f24d7f1 commit d01bc98
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:

- uses: chainguard-dev/actions/setup-gitsign@main

- name: Install cargo-release
run: cargo install cargo-release

- uses: actions/cache@v4
with:
path: |
Expand All @@ -35,16 +32,14 @@ jobs:
~/.cargo/registry/cache/
key: ${{ runner.os }}-cargo-build-stable-${{ hashFiles('**/Cargo.toml') }}

- name: Install cargo-release
run: cargo install cargo-release

- name: Git setup
run: |
git config user.name github-actions
git config user.email [email protected]
- name: Release
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo smart-release -ue

# Leaving bevy comments here for us to discuss. Do we want to start tagging our pre-releases with `dev`?
- name: Setup release
run: |
Expand Down

0 comments on commit d01bc98

Please sign in to comment.