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

GitHub: fix release script by updating GH action #1046

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

guggero
Copy link
Member

@guggero guggero commented Jul 24, 2024

Fixes the creation of the GitHub release draft creation on tag push (see failed attempt here: )

I confirmed this works by pushing a tag to my personal fork of lnd: https://github.com/guggero/lnd/actions/runs/10058716669/job/27802410976
Corresponding lnd pull request: lightningnetwork/lnd#8927

@guggero guggero requested review from ffranr and gijswijs July 24, 2024 07:25
Copy link
Contributor

@gijswijs gijswijs left a comment

Choose a reason for hiding this comment

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

ACK
LGTM 🎉

@@ -49,11 +49,10 @@ jobs:
run: make release tag=${{ env.RELEASE_VERSION }}

- name: Create Release
uses: lightninglabs/gh-actions/action-gh-release@2021.01.25.00
uses: lightninglabs/gh-actions/action-gh-release@2024.07.24.00
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Why does the lnd commit refer to the gh-action by hash, and this commit by tag?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because Laolu merged before I was able to push the tag 😅

@guggero guggero merged commit 054a66c into lightninglabs:main Jul 24, 2024
16 checks passed
@guggero guggero added this to the v0.4.1 milestone Jul 24, 2024
@guggero guggero deleted the fix-release-script branch July 24, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants