Skip to content

Commit

Permalink
fix(python): include lua scripts when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Jun 9, 2023
1 parent fdaaff0 commit bb4f3b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -35,8 +35,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- run: yarn copy:lua:python
- run: ls ./python/bullmq
- run: ls ./python/bullmq/commands
- name: Setup Python
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
with:
Expand All @@ -57,7 +55,6 @@ jobs:
if: ${{ contains(env.commitmsg, '(python):') }}
run: |
cd python
ls ./bullmq/commands
pip install packaging
git config --global user.email "manast@taskforce.sh"
git config --global user.name "manast"
Expand Down

0 comments on commit bb4f3b2

Please sign in to comment.