Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Sep 22, 2024
1 parent e42401e commit f75a88f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Pre-Release
name: Release

permissions:
contents: write
actions: read

on:
workflow_dispatch: # Manual trigger added
push:
branches:
- main # Or whichever branch you want to track

jobs:
build-runspace:
Expand Down Expand Up @@ -53,7 +55,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.VERSION }}
name: Pre-Release ${{ env.VERSION }}
name: Release ${{ env.VERSION }}

append_body: false
files: ./st.ps1
Expand Down

0 comments on commit f75a88f

Please sign in to comment.