File tree Expand file tree Collapse file tree 2 files changed +0
-37
lines changed
Expand file tree Collapse file tree 2 files changed +0
-37
lines changed Original file line number Diff line number Diff line change 2222 event : push
2323 name : drop
2424 path : drop
25- # # TODO: Confirm that the old action can update an existing release.
26- # - name: Github Release
27- # uses: anton-yurchenko/[email protected] 28- # env:
29- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30- # DRAFT_RELEASE: "false"
31- # PRE_RELEASE: "false"
32- # CHANGELOG_FILE: "CHANGELOG.md"
33- # ALLOW_EMPTY_CHANGELOG: "true"
34- # with:
35- # args: |
36- # drop/build/**/*.jar
3725 # This action works with an existing release (created by the release bot) and uploads the build artifacts
3826 - name : GitHub Release
3927 uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change 9494 gradle.properties
9595 **/gradle/**
9696 Scripts/**
97-
98- # release-please creates tags
99- # create_Tag:
100- # needs: maven_Release
101- # runs-on: ubuntu-latest
102- # permissions:
103- # contents: write
104- # env:
105- # RELEASE_TAG: ""
106- # steps:
107- # - uses: actions/checkout@v4
108- # - name: Get Version
109- # id: GetVersion
110- # run: .\Scripts\getLatestVersion.ps1
111- # shell: pwsh
112- # - name: Create tag
113- # uses: rickstaa/[email protected] 114- # with:
115- # tag: ${{ steps.GetVersion.outputs.tag }}
116- # - name: Queue Git Release
117- # uses: benc-uk/workflow-dispatch@v1
118- # with:
119- # workflow: Git Release
120- # token: ${{ secrets.PERSONAL_TOKEN }}
121- # ref: ${{ steps.GetVersion.outputs.tag }}
You can’t perform that action at this time.
0 commit comments