Skip to content

Commit cef573d

Browse files
calebkiagebaywet
authored andcommitted
ci: cleanup commented out code
1 parent e3683f3 commit cef573d

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

.github/workflows/git-release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ jobs:
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

.github/workflows/preview-and-release.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -94,28 +94,3 @@ jobs:
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 }}

0 commit comments

Comments
 (0)