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 0d922fb commit 28b5cd0Copy full SHA for 28b5cd0
.github/workflows/release.yml
@@ -25,16 +25,7 @@ jobs:
25
run: echo "git_hash=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_OUTPUT
26
- name: build artifacts
27
run: make package
28
-
29
- - name: Create Changelog
30
- uses: saadmk11/changelog-ci@v1.1.2
31
- id: changelog_ci
32
- with:
33
- changelog_filename: CHANGELOG.md
34
- release_version: ${{ steps.version.outputs.version }}
35
- config_file: .github/changelogConfig.yml
36
- github_token: ${{ secrets.GITHUB_TOKEN }}
37
+
38
- name: Extract Repo Attributes
39
id: attrs
40
uses: ibnesayeed/repo-attrs@master
0 commit comments