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

ci(release): add github actions #1445

Merged
merged 1 commit into from
Apr 23, 2024
Merged

ci(release): add github actions #1445

merged 1 commit into from
Apr 23, 2024

Conversation

wrycu
Copy link
Collaborator

@wrycu wrycu commented Apr 23, 2024

  • add github action for creating a release artifact
  • add github action to post release to Foundry (it is set in dry-run mode until it runs successfully)

* add github action for creating a release artifact
* add github action to post release to Foundry (it is set in dry-run mode until it runs successfully)
@wrycu wrycu requested a review from Esrin April 23, 2024 20:22
name: ${{ github.event.release.name }}
draft: ${{ github.event.release.unpublished }}
prerelease: ${{ github.event.release.prerelease }}
token: ${{ secrets.GITHUB_TOKEN }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need to generate this secret or does it exist in the GitHub repo by default?

@Esrin Esrin merged commit daaecd3 into main Apr 23, 2024
@Esrin Esrin deleted the github_actions branch April 23, 2024 21:15
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