We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33fe09 commit 9c1178bCopy full SHA for 9c1178b
.github/workflows/tagged_release.yml
@@ -60,12 +60,12 @@ jobs:
60
bazel-bin/dist/rules_jdt-*.tar.gz
61
bazel-bin/dist/changelog.txt
62
63
- - name: Publish Preview Release for main branch
+ - name: Publish Pre-Release for main branch
64
uses: softprops/action-gh-release@v2
65
if: ${{ github.ref_type == 'branch' && github.ref_name == 'main' }}
66
with:
67
tag_name: "${{ github.ref_name }}"
68
- preview: true
+ prerelease: true
69
body_path: bazel-bin/dist/relnotes.txt
70
files: |
71
LICENSE
0 commit comments