Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chienchi authored Feb 16, 2024
1 parent 13b4b96 commit 13637c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Create Release

on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -27,4 +28,4 @@ jobs:
- name: Create Release
run: gh release create ${{ env.VERSION }} mbin_nmdc.wdl bundle.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 13637c8

Please sign in to comment.