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

Add GitHub actions workflow to create a release when pushing a release tag #39

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

frederikrothenberger
Copy link

This PR sets up a workflow to publish a release when a tag with a release- prefix is pushed
to the repository.

The created release will have the dummy issuer and dummy relying party attached as artifacts. These will later be referenced for dfx deps feature.

The release will only be created as a draft to allow for manual modifications before actually publishing.

@frederikrothenberger frederikrothenberger requested a review from a team as a code owner June 28, 2024 13:05
@frederikrothenberger frederikrothenberger marked this pull request as draft June 28, 2024 13:30
@frederikrothenberger frederikrothenberger force-pushed the frederik/release-workflow branch from 1cd5adf to 57f74da Compare June 28, 2024 14:12
…e tag

This PR sets up a workflow to publish a release when a tag with a
`release-` prefix is pushed to the repository.

The release will only be created as a draft to allow for
manual modifications before actually publishing.
@frederikrothenberger frederikrothenberger force-pushed the frederik/release-workflow branch from 57f74da to c40200f Compare June 28, 2024 14:17
});
return response.data.id;

- name: Upload Issuer Wasm

Choose a reason for hiding this comment

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

If we need more artifacts being uploaded (or need it in other places), then I'll extract a custom action for it...

@frederikrothenberger frederikrothenberger marked this pull request as ready for review June 28, 2024 14:18
Copy link
Collaborator

@lmuntaner lmuntaner left a comment

Choose a reason for hiding this comment

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

Thanks!

@frederikrothenberger frederikrothenberger merged commit 752543e into main Jun 28, 2024
8 checks passed
@frederikrothenberger frederikrothenberger deleted the frederik/release-workflow branch June 28, 2024 14:47
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