Skip to content

Commit

Permalink
fix: draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Nov 18, 2024
1 parent fa39fdb commit eccf25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm test
- name: "Package Wrapper"
run: |
mkdir ./build
mkdir -p ./build
npm run prepublish
- name: "Set Version Env Variable"
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand Down

0 comments on commit eccf25d

Please sign in to comment.