Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Jan 23, 2024
1 parent 3f7e142 commit 3558492
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,19 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Build and package
run: |
pwd
ls -l
npm pack
filename=`ls | grep opensearch-project-opensearch-cluster-cdk`
mkdir opensearch-cluster-cdk && mv $filename opensearch-cluster-cdk/
mkdir publish-cluster-cdk && mv $filename publish-cluster-cdk/
tar -cvf artifacts.tar.gz opensearch-cluster-cdk
# - name: Draft a release
# uses: softprops/action-gh-release@v1
# with:
# draft: true
# generate_release_notes: true
# files: |
# artifacts.tar.gz
- name: upload artifact
uses: actions/upload-artifact@v4
- name: untar and check
run: |
tar -zxf artifacts.tar.gz
cd publish-cluster-cdk
ls -l
- name: Draft a release
uses: softprops/action-gh-release@v1
with:
path: artifacts.tar.gz
draft: true
generate_release_notes: true
files: |
artifacts.tar.gz

0 comments on commit 3558492

Please sign in to comment.