Skip to content

Commit

Permalink
ci(release): missing params for plugin registry script
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy committed Nov 29, 2022
1 parent f87f7c0 commit e49bb8c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Commit changes for Apiman Plugin Registry
run: |
cd apiman-plugin-registry
bash release.sh
bash release.sh $RELEASE_VERSION $DEV_VERSION
- name: Commit changes for Apiman API Catalog
run: |
Expand Down Expand Up @@ -180,10 +180,6 @@ jobs:
${{ github.workspace }}/apiman/releases/apiman-distro-tomcat-$RELEASE_VERSION-overlay.zip
${{ github.workspace }}/apiman/releases/apiman-distro-tomcat-$RELEASE_VERSION-overlay.zip.asc
# releases/apiman-distro-tomcat-${{ github.event.inputs.release-version }}-overlay.zip
# - name: Generate Release Notes
# run: cd apiman && gren release --token=${{ secrets.GITHUB_TOKEN }} --override

# Deploy Apiman to Maven Central
- name: Deploy Apiman to Maven Central
run: |
Expand Down

0 comments on commit e49bb8c

Please sign in to comment.