Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Jan 23, 2024
1 parent 6cc2e62 commit bb4fd44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
# issue-title: 'Release opensearch-cluster-cdk : ${{ steps.get_data.outputs.version }}'
# issue-body: "Please approve or deny the release of opensearch-cluster-cdk. **VERSION**: ${{ steps.get_data.outputs.version }} **TAG**: ${{ github.ref_name }} **COMMIT**: ${{ github.sha }}"
# exclude-workflow-initiator-as-approver: true
- name: Set up node
uses: actions/setup-node@v3
with:
node-version-file: 10.17.27
registry-url: 'https://registry.npmjs.org'
- name: Build and package
run: |
npm pack
Expand Down

0 comments on commit bb4fd44

Please sign in to comment.