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

[AUT-1965] Add github action for deploying dev packages #57

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

aaronzhongg
Copy link
Contributor

  • Add new manually triggered github action to deploy to the @dev tag

@aaronzhongg aaronzhongg merged commit fdd30f7 into main Apr 15, 2024
@aaronzhongg aaronzhongg deleted the dev-packages branch April 15, 2024 01:23
Copy link

@LittleJono LittleJono left a comment

Choose a reason for hiding this comment

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

hey, looks pretty good, I've got one question:

Comment on lines +6 to +14
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn
- run: yarn build

Choose a reason for hiding this comment

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

What does this step do? It looks like it overlaps with the next step.

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

3 participants