Skip to content

Commit

Permalink
fix: Fix missing environment variable and triggering release workflow…
Browse files Browse the repository at this point in the history
… on every commit
  • Loading branch information
duncaneddy committed Mar 10, 2024
1 parent 122d8e0 commit a81c983
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Publish Version Release

on:
push:
branches:
- main
tags:
- v[0-9].[0-9]+.[0-9]+

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Install Rust
Expand Down

0 comments on commit a81c983

Please sign in to comment.