Skip to content

ci: add release workflow examples#737

Closed
Apostles1 wants to merge 13 commits intosoftprops:masterfrom
Apostles1:master
Closed

ci: add release workflow examples#737
Apostles1 wants to merge 13 commits intosoftprops:masterfrom
Apostles1:master

Conversation

@Apostles1
Copy link
Copy Markdown

name: Main

on: push

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Build
run: echo ${{ github.sha }} > Release.txt
- name: Test
run: cat Release.txt
- name: Release
uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
files: |
Release.txt
LICENSE

Copy link
Copy Markdown
Author

@Apostles1 Apostles1 left a comment

Choose a reason for hiding this comment

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

aa

Copy link
Copy Markdown
Author

@Apostles1 Apostles1 left a comment

Choose a reason for hiding this comment

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

kool

@chenrui333 chenrui333 added the github_actions Pull requests that update GitHub Actions code label Mar 15, 2026
@chenrui333 chenrui333 changed the title pungent automation releases ci: add release workflow examples Mar 15, 2026
@chenrui333 chenrui333 added github-actions Pull requests that update GitHub Actions code and removed github_actions Pull requests that update GitHub Actions code labels Mar 15, 2026
@chenrui333 chenrui333 closed this Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github-actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants