mirror of
https://github.com/correl/typesafe-monads.git
synced 2025-04-12 01:01:08 -09:00
pipe script
This commit is contained in:
parent
80efc66cd4
commit
04d8877936
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
- name: Check Output Parameters
|
||||
run: echo "Got version ${{ steps.release.outputs.tag_name }}"
|
||||
- name: Print Version
|
||||
run:
|
||||
run: |
|
||||
sed -i '$ d' monads/__init__.py
|
||||
echo "version='${{ steps.release.outputs.tag_name }}'" >> monads/__init__.py
|
||||
sed -i '9s/.*/ version="${{ steps.release.outputs.tag_name }}"/' setup.py
|
||||
|
|
Loading…
Add table
Reference in a new issue