Skip to content

Commit

Permalink
fix workflow def
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed Feb 5, 2024
1 parent 92a114c commit c630b33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
args: ${{ matrix.args }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

publish-lib:
name: publish-lib
Expand All @@ -34,7 +36,7 @@ jobs:
needs:
- lint
- test
uses: wolcomm/.github/.github/workflows/rust-publish.yml@explicit-package
uses: wolcomm/.github/.github/workflows/rust-publish.yml@master
with:
package: bgpfu-lib
secrets:
Expand All @@ -46,7 +48,7 @@ jobs:
startsWith(github.ref, 'refs/tag') }}
needs:
- publish-lib
uses: wolcomm/.github/.github/workflows/rust-publish.yml@explicit-package
uses: wolcomm/.github/.github/workflows/rust-publish.yml@master
with:
package: bgpfu-cli
secrets:
Expand Down

0 comments on commit c630b33

Please sign in to comment.