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

WAPM publishing #31

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

WAPM publishing #31

wants to merge 4 commits into from

Conversation

jcaesar
Copy link
Contributor

@jcaesar jcaesar commented May 23, 2022

Implements wasmerio/wasmer#29.

I've tested this on some other repository, but I obviously can't test it on yours. So there might be some quirks.

For the login token, you'll have to:

  • Log in to wapm.io,
  • click your user account icon (top right),
  • Settings,
  • Access Tokens,
  • Create new Token.

And then register that as a new repository secret on this github repo.

@jcaesar
Copy link
Contributor Author

jcaesar commented May 25, 2022

Actually, can I ask you to wait with merging this for a bit? It might be necessary to downgrade rust to 1.56 for the release build because of this bug.

@ikanago
Copy link
Owner

ikanago commented May 27, 2022

OK, please notify me after the bug is fixed.

Copy link
Owner

@ikanago ikanago left a comment

Choose a reason for hiding this comment

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

After the bug is fixed, I will test these workflows.

@@ -38,31 +39,33 @@ jobs:
echo "PROJECT_VERSION=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_ENV"
echo "Version: ${{ env.PROJECT_VERSION }}"

- name: Check git tag against toml values
if: ${{ matrix.job.os != 'windows-2019' }} # windows too weird
Copy link
Owner

Choose a reason for hiding this comment

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

These files are identical among jobs, so just checking on one job, ubuntu-20.04 for example, is enough.

Copy link
Contributor Author

@jcaesar jcaesar May 27, 2022

Choose a reason for hiding this comment

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

That is what I thought at first, too, but tell me: Won't the publish step for the other os still run, creating a release with some missing files?

- name: Publish
if: ${{ contains(github.ref, '/tags/') }}
uses: softprops/action-gh-release@v1
with:
files: ${{ env.PKG_PATH }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml Show resolved Hide resolved
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.

None yet

2 participants