Skip to content

Commit

Permalink
add the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flameshikari committed Jun 17, 2023
1 parent c7434e4 commit 060c45a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Release
run-name: release @ ${{ github.sha }}

on:
push:
workflow_dispatch:

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v3

- name: Create a GitHub release
uses: softprops/[email protected]
with:
files: |
Delta
install.sh
name: v1.0.0
tag_name: v1.0.0

0 comments on commit 060c45a

Please sign in to comment.