Skip to content

Commit

Permalink
experiment with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Mar 18, 2024
1 parent 9008e8d commit dbb7d3f
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 @@ -17,7 +17,7 @@ jobs:
fetch-tags: true
- name: Determine version number
run: >
echo "BEHAVE_VERSION=$(python determine_version_number) >> $GITHUB_ENV
echo "BEHAVE_VERSION=$(python determine_version_number)" >> $GITHUB_ENV
- name: Test
run: echo $BEHAVE_VERSION
- name: Set up Docker Buildx
Expand Down

0 comments on commit dbb7d3f

Please sign in to comment.