Skip to content

Commit 9c1178b

Browse files
committed
Fix prerelease parameter
1 parent a33fe09 commit 9c1178b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tagged_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
bazel-bin/dist/rules_jdt-*.tar.gz
6161
bazel-bin/dist/changelog.txt
6262
63-
- name: Publish Preview Release for main branch
63+
- name: Publish Pre-Release for main branch
6464
uses: softprops/action-gh-release@v2
6565
if: ${{ github.ref_type == 'branch' && github.ref_name == 'main' }}
6666
with:
6767
tag_name: "${{ github.ref_name }}"
68-
preview: true
68+
prerelease: true
6969
body_path: bazel-bin/dist/relnotes.txt
7070
files: |
7171
LICENSE

0 commit comments

Comments
 (0)