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

Improve CI/CD workflows #98

Merged

Conversation

lysnikolaou
Copy link
Member

No description provided.

Copy link
Collaborator

@MatthieuDartiailh MatthieuDartiailh left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +76 to +90
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
run: >-
gh release create
'${{ github.ref_name }}'
--repo '${{ github.repository }}'
--generate-notes
- name: Upload artifact signatures to GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
run: >-
gh release upload
'${{ github.ref_name }}' dist/**
--repo '${{ github.repository }}'
Copy link
Collaborator

Choose a reason for hiding this comment

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

I did not know that trick ! I was personally still using a discontinued action in a number of project this will be great.

@MatthieuDartiailh MatthieuDartiailh merged commit 9e9d390 into we-like-parsers:main Nov 14, 2023
5 checks passed
lysnikolaou added a commit to lysnikolaou/pegen that referenced this pull request Nov 14, 2023
lysnikolaou added a commit to lysnikolaou/pegen that referenced this pull request Nov 14, 2023
lysnikolaou added a commit that referenced this pull request Nov 14, 2023
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