Skip to content

Commit 1607e9e

Browse files
Merge pull request #61 from nicomiguelino/modify-release-workflow
chore(ci): add a step for creating a GitHub release
2 parents 0082354 + b84842b commit 1607e9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/zapier-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ jobs:
4545
env:
4646
ZAPIER_DEPLOY_KEY: ${{ secrets.ZAPIER_DEPLOY_KEY }}
4747
run: npm run build && zapier push
48+
49+
- name: Create GitHub Release
50+
uses: softprops/action-gh-release@v2
51+
with:
52+
generate_release_notes: true
53+
prerelease: true

0 commit comments

Comments
 (0)