Browse Source

ci: fix tag application

pull/323/head v0.28.2
Richard Nemeth 2 years ago
parent
commit
f95a0c055f
No known key found for this signature in database GPG Key ID: 21C39470DF3DEC39
  1. 2
      .github/workflows/publish.yaml

2
.github/workflows/publish.yaml

@ -21,7 +21,7 @@ jobs:
- name: Apply the tag version
run: |
version=${{ github.ref_name }}
sed -i 's/__version__ = .*/__version__ = "'${version:1}'"/' keycloak/_version.py
sed -i 's/__version__ = .*/__version__ = "'${version:1}'"/' src/keycloak/_version.py
- name: Run build
run: |
tox -e build

Loading…
Cancel
Save