We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe304b commit 7f8c030Copy full SHA for 7f8c030
.github/workflows/release.yaml
@@ -48,6 +48,7 @@ jobs:
48
name: aca
49
path: dist/*
50
- run: |
51
+ make update-readme
52
RELEASE_VERSION=${GITHUB_REF#refs/*/}
53
git config user.name "Release"
54
git config user.email "[email protected]"
0 commit comments