Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Automated release attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
987123879113 committed Jun 8, 2024
1 parent e50b81c commit 936fc4f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,21 @@ jobs:
with:
name: ${{ env.ARTIFACT_NAME }}
path: dist

release:
needs: [build]
runs-on: ubuntu-latest

steps:
- name: Download run artifacts
uses: actions/download-artifact@v4
with:
path: artifacts

- name: Create Release
uses: softprops/action-gh-release@v2
with:
tag_name: release-${{ github.sha }}
release_name: ${{ github.sha }}
generate_release_notes: true
files: artifacts

0 comments on commit 936fc4f

Please sign in to comment.