We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ab3a4 commit 72a118eCopy full SHA for 72a118e
.github/workflows/bump-version.yml
@@ -54,4 +54,6 @@ jobs:
54
55
- name: Push commit
56
run: |
57
+ git fetch
58
+ git rebase origin/master
59
git push
.github/workflows/release.yml
@@ -57,6 +57,8 @@ jobs:
shell: bash
60
61
62
63
64
- name: Tag commit
@@ -69,6 +71,8 @@ jobs:
69
71
70
72
73
VERSION=$(grep "webAuthn4JSpringSecurityVersion" gradle.properties | cut -d'=' -f2)
74
75
76
git push origin "${VERSION}.RELEASE"
77
78
0 commit comments