Skip to content

Commit ad2ca5a

Browse files
authored
Merge 18fa96d into 02ac8df
2 parents 02ac8df + 18fa96d commit ad2ca5a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/buildbundles.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
permissions:
3636
contents: write
3737

38-
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
3938
steps:
4039
- uses: actions/checkout@v4
4140
with:
@@ -77,10 +76,10 @@ jobs:
7776
prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') }}
7877

7978
- name: Upload all release files
80-
uses: actions/create-release@v1
79+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
8180
with:
8281
tag_name: ${{ steps.tag.outputs.tag }}
83-
artifacts: |
82+
files: |
8483
./release-files/*.docx
8584
./release-files/*.epub
8685
./release-files/*.pdf

0 commit comments

Comments
 (0)