We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9574066 commit a779785Copy full SHA for a779785
1 file changed
.github/workflows/release.yml
@@ -98,6 +98,7 @@ jobs:
98
git checkout "$branch"
99
fi
100
101
+ cp ../authentik/schema.yml .
102
make build version="$version"
103
104
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
0 commit comments