Skip to content

Commit

Permalink
Merge pull request #12 from ForesightMiningSoftwareCorporation/upgrad…
Browse files Browse the repository at this point in the history
…e-ci

chore: upgrade ci
  • Loading branch information
greaka authored Oct 31, 2023
2 parents 74fd6a5 + c826c92 commit 344853d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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' }}
Expand Down

0 comments on commit 344853d

Please sign in to comment.