-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for the release candidate GitHub workflow (CONNECTORS-1754)
- Loading branch information
Showing
1 changed file
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|