Skip to content

chore(ci): use gh release and rm unused nightly logic #2182

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

Merged
merged 4 commits into from
Mar 29, 2025

Conversation

nhtyy
Copy link
Collaborator

@nhtyy nhtyy commented Mar 28, 2025

No description provided.

@nhtyy nhtyy force-pushed the n/cleanup-release-flow branch from 98d2bbd to 4c23308 Compare March 28, 2025 00:54
@nhtyy nhtyy changed the title fix(ci): use gh release and rm unused nightly logic chore(ci): use gh release and rm unused nightly logic Mar 28, 2025
@@ -6,7 +6,6 @@ on:
push:
branches:
- main
workflow_dispatch:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This should only be ran on main

with:
script: |
const createTag = require('./.github/scripts/create-tag.js')
await createTag({ github, context }, process.env.TAG_NAME)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

tag name should only be the version were making


- name: Build changelog
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
with:
fromTag: ${{ env.IS_NIGHTLY && 'nightly' || '' }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

looks for the last release by default

uses: actions/setup-go@v5
# Install rust and go.
- name: Setup CI
uses: ./.github/actions/setup
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Installs go and rust and stuff

@nhtyy nhtyy force-pushed the n/cleanup-release-flow branch from 4c23308 to 3ff19f2 Compare March 28, 2025 19:46
@nhtyy nhtyy force-pushed the n/cleanup-release-flow branch 13 times, most recently from 74902d6 to 53e87df Compare March 29, 2025 01:29
@nhtyy nhtyy force-pushed the n/cleanup-release-flow branch from 53e87df to 10b4c0f Compare March 29, 2025 01:49
@nhtyy nhtyy merged commit ee58add into dev Mar 29, 2025
29 of 30 checks passed
@nhtyy nhtyy deleted the n/cleanup-release-flow branch March 29, 2025 02: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.

2 participants