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 b67fd3d commit 1819535Copy full SHA for 1819535
.github/workflows/build.yaml
@@ -32,6 +32,7 @@ jobs:
32
uses: mikepenz/release-changelog-builder-action@v5
33
with:
34
fromTag: "0.1"
35
+ toTag: ${{ github.sha }}
36
mode: "HYBRID"
37
38
- name: Build and push
0 commit comments