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

Fixes #577 - Automations - Include changes only zip on release #775

Closed
wants to merge 7 commits into from

Conversation

luke11brown
Copy link
Contributor

Fixes #577

Summary of changes

Attempts to include changes only zip on release

Screenshots (if necessary)

Nil

@luke11brown luke11brown added enhancement For new or improved features help wanted Extra attention is needed labels Jul 13, 2024
@luke11brown
Copy link
Contributor Author

Fails getting the last release commit

@luke11brown luke11brown marked this pull request as draft July 13, 2024 05:50
uses: softprops/action-gh-release@v1
PREVIOUS_TAG=$(git tag --sort=-creatordate | sed -n '2p')
echo "PREVIOUS_TAG=${PREVIOUS_TAG}" >> $GITHUB_ENV
PREVIOUS_COMMIT=$(git rev-list -n 1 "$PREVIOUS_TAG")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It doesn't like this line...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement For new or improved features help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automations: Create changes only zip on release
1 participant