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

Creates new publish action #2241

Merged
merged 1 commit into from May 11, 2020
Merged

Creates new publish action #2241

merged 1 commit into from May 11, 2020

Conversation

roblarsen
Copy link
Member

When a tag is created and pushed to GitHub, this action will

  • create the zip folder for the release
  • creates the release
  • adds the zip folder to the release
  • publish to npm

closes #2181

When a tag is created and pushed to GitHub, this action will

- create the zip folder for the release
- creates the release
- adds the zip folder to the release
- publishes to npm

closes #2181
@roblarsen roblarsen requested a review from coliff May 11, 2020 01:42
@roblarsen roblarsen self-assigned this May 11, 2020
@coliff
Copy link
Member

coliff commented May 11, 2020

I haven't created a GitHub Action before and haven't tested this, but at a glance this looks good. 😅

@roblarsen
Copy link
Member Author

Thanks. We'll have to do at least one RC or beta release to test it. I've tested it elsewhere and it logically works, but we'll have to see it work with this specific project.

@roblarsen roblarsen merged commit 195ef9f into master May 11, 2020
@coliff coliff deleted the new-publish-action branch May 12, 2020 00:20
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.

Automate production of the site download file.
2 participants