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

chore/npm release steps run upon successful npm packaging #7

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

jimid27
Copy link
Collaborator

@jimid27 jimid27 commented Jan 18, 2024

@@ -44,6 +44,7 @@ runs:
access: public

- name: Create Release
if: ${{ steps.publish.outputs.type }}
Copy link
Contributor

Choose a reason for hiding this comment

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

just checking if the output is present? or do you need to check if it is something specific

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just if it is present. If a change in the version occurs this will be populated. The docs state:

[Semver release type](https://github.com/npm/node-semver#release_types), initial if first release, different if other change, or empty if no release.

Copy link
Contributor

Choose a reason for hiding this comment

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

ah it's undefined if no release is created
image

@jimid27 jimid27 merged commit 9aa8e29 into main Jan 18, 2024
1 check passed
@jimid27 jimid27 deleted the fix/release-when-changes-occur branch January 18, 2024 18:30
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.

3 participants