Skip to content

Commit

Permalink
push files on edit too
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana authored May 25, 2021
1 parent 25e7f2e commit dd21eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload Latest Artifacts to Release

on:
release:
types: [released]
types: [released, edited]

jobs:
package:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
file: ./*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
file_glob: true

0 comments on commit dd21eb4

Please sign in to comment.