Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check-repo is not working #662

Open
bergwolf opened this issue Aug 8, 2023 · 1 comment
Open

check-repo is not working #662

bergwolf opened this issue Aug 8, 2023 · 1 comment

Comments

@bergwolf
Copy link

bergwolf commented Aug 8, 2023

I have

      - uses: katyo/publish-crates@v2
        with:
          #dry-run: ${{ github.event_name != 'push' }}
          dry-run: true
          registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
          ignore-unpublished-changes: true
          check-repo: false
          publish-delay: 1000

and still failed with

Checking packages consistency
Error: It seems package 'nydus-service' modified since '0.3.0' so new version should be published
It seems package 'nydus-service' modified since '0.3.0' so new version should be published
@rdelfin
Copy link

rdelfin commented Mar 31, 2024

Can confirm. I can't find a good way to run this workflow on a fake bumped version to verify that it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants