Skip to content

Commit

Permalink
build: fixing release action
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Nov 2, 2023
1 parent d069e28 commit a857d96
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Release Action

on:
release:
types: [published]
types:
- published
- created
- edited
- released

jobs:
test-action:
Expand All @@ -20,7 +24,7 @@ jobs:
node-version: 18.x

- name: Update RELEASES.MD
uses: manchuck/release-action@1.0.0
uses: vonage/generate-release-log@1.0.0

- name: Debug
run: cat RELEASES.md
Expand Down

0 comments on commit a857d96

Please sign in to comment.