Skip to content

Commit

Permalink
Updated the release workflow to manually release from the release bra…
Browse files Browse the repository at this point in the history
…nches
  • Loading branch information
Azbagheri committed Nov 18, 2023
1 parent 30b1e09 commit 380db1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
branches:
- master
on: workflow_dispatch

jobs:
github_release:
Expand All @@ -16,6 +13,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: v0.8.1
commit: master
name: Gitrise v0.8.1
bodyFile: ./docs/release_notes/v0.8.1.md

0 comments on commit 380db1f

Please sign in to comment.