Skip to content

Commit

Permalink
fix for the release candidate GitHub workflow (CONNECTORS-1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Mar 26, 2024
1 parent eab7f92 commit 75c4fac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
path: apache-manifoldcf-${{ steps.artifactVersion.outputs.version }}-bin.zip

- name: Upload Release Candidate Asset - Binary - zip format
id: upload-release-candidate-assets
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -149,7 +148,6 @@ jobs:
path: apache-manifoldcf-${{ steps.artifactVersion.outputs.version }}-lib.tar.gz

- name: Upload Release Candidate Asset - Lib - tar.gz format
id: upload-release-candidate-assets
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -166,7 +164,6 @@ jobs:
path: apache-manifoldcf-${{ steps.artifactVersion.outputs.version }}-lib.zip

- name: Upload Release Candidate Asset - Lib - zip format
id: upload-release-candidate-assets
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -183,7 +180,6 @@ jobs:
path: apache-manifoldcf-${{ steps.artifactVersion.outputs.version }}-src.tar.gz

- name: Upload Release Candidate Asset - Source code - tar.gz format
id: upload-release-candidate-assets
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -200,7 +196,6 @@ jobs:
path: apache-manifoldcf-${{ steps.artifactVersion.outputs.version }}-src.zip

- name: Upload Release Candidate Asset - Source code - zip format
id: upload-release-candidate-assets
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 75c4fac

Please sign in to comment.