Skip to content

Commit

Permalink
Replace deprecated functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Mar 4, 2023
1 parent 1f91bae commit e96446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
twine upload --skip-existing dist/*
python release_helpers.py send_webhook
output=$(python -c "import lightbulb, sys; sys.stdout.write(lightbulb.__version__)")
echo "::set-output name=version::$output"
echo "version=$output" >> $GITHUB_OUTPUT
id: deploy

- name: Push Tag
Expand Down

0 comments on commit e96446b

Please sign in to comment.