You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes add-tag target and CI publish workflow (#383)
* add-tag did not tag the root module. This fixes the issue.
* publish workflow could possibly fail if build and cross-compile both
saves the binaries to the workspace concurently but publish only needs
the binary from the build step. So we are disabling persisting to
workspace from the cross-compile step.
0 commit comments