Skip to content

Commit

Permalink
chore: upgrade ci
Browse files Browse the repository at this point in the history
  • Loading branch information
greaka authored and loispostula committed Oct 31, 2023
1 parent eb6dccf commit 11092f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ on:

jobs:
publish:
uses: ForesightMiningSoftwareCorporation/github/.github/workflows/rust-build.yml@v1.1.0
uses: ForesightMiningSoftwareCorporation/github/.github/workflows/rust-build.yml@v1
with:
skip-test: ${{ github.event_name == 'push' && 'true' || (github.event_name == 'workflow_dispatch' && inputs.publish) }}
publish: ${{ (github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.publish)) && 'true' || 'false' }}
publish_public_registry: true
toolchain: "1.70"
secrets: inherit

0 comments on commit 11092f5

Please sign in to comment.