Skip to content

Commit

Permalink
Merge pull request #76 from Cardinal-Cryptography/fix-publish-ci
Browse files Browse the repository at this point in the history
Add dummy GH action
  • Loading branch information
deuszx authored Jan 29, 2024
2 parents 7df563e + 7c82718 commit b1bbeec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ jobs:
- uses: './.github/actions/publish-if-newer'
with:
package: ink-wrapper
# Without this dummy job, the workflow will fail b/c pipeline needs at least one job w/o dependencies.
dummy:
runs-on: ubuntu-latest
if: github.repository == 'Cardinal-Cryptography/ink-wrapper' && startsWith(github.ref, 'refs/heads/') && github.ref_name == 'main'
steps:
- run: echo "Not publishing new version"

0 comments on commit b1bbeec

Please sign in to comment.