Skip to content

Commit

Permalink
fix typo in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Holmberg committed Aug 19, 2024
1 parent ddd621d commit 2e618e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true
- name: Set locust version tag
run: echo "TAG=$(poetry version -s | cut -d '.' -f1-3)" | | tee -a $GITHUB_ENV
run: echo "TAG=$(poetry version -s | cut -d '.' -f1-3)" | tee -a $GITHUB_ENV
- uses: borales/actions-yarn@v5
name: Publish package on NPM
with:
Expand Down

0 comments on commit 2e618e0

Please sign in to comment.