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

Run cargo publich on deployment #3811

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

daxpedda
Copy link
Collaborator

Unfortunately we didn't find the time to properly fix up the bump workflow, so in the meantime I have opted to replace it by just running cargo publish in the deployment step.

@daxpedda daxpedda force-pushed the cargo-publish branch 2 times, most recently from 48ac3d0 to bb11f4f Compare January 25, 2024 10:23
- run: ./publish publish
if: startsWith(github.ref, 'refs/tags/')
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was CRATES_IO_TOKEN before in bump.yml, which I think was incorrect.
I can't actually check the name of the secret, but worst case scenario we will find out when we try and publish.

@daxpedda daxpedda merged commit c194515 into rustwasm:main Jan 26, 2024
25 checks passed
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

Successfully merging this pull request may close these issues.

2 participants