Skip to content

Commit

Permalink
Fix release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Apr 18, 2024
1 parent 7fb983b commit faca6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ tests: setup-node
release:
pip install git-python requests packaging tomli
curl -H 'Cache-Control: no-cache' -Ls -o bump.py https://raw.githubusercontent.com/FREVA-CLINT/freva-deployment/versions/release.py
python3 bump.py tag django_evaluation -b versions -v
python3 bump.py tag django_evaluation -v
rm bump.py

0 comments on commit faca6e6

Please sign in to comment.