Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle authored Sep 26, 2023
1 parent 3753c56 commit 3ef4f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

env:
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"

jobs:
build:
Expand Down Expand Up @@ -157,6 +159,8 @@ jobs:
git branch --show-current
python3 --version
python3 bump_version.py
- name: Push to GitHub
run: git push origin master
# - name: Push to Github and crates
# env:
# CRATES_SECRET: ${{ secrets.CRATES_ENDLE }}
Expand Down

0 comments on commit 3ef4f1e

Please sign in to comment.