Skip to content

Commit 2605204

Browse files
committed
Work around workflow (auto changelog generation)
1 parent 46e39d6 commit 2605204

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: ./create_changelog.sh
4343

4444
# once cloned, we just run the GitHub Action for the packager project
45-
#- name: Package and release
46-
# uses: BigWigsMods/packager@v2
47-
# with:
48-
# args: -n "{package-name}-{project-version}-{release-type}"
45+
- name: Package and release
46+
uses: BigWigsMods/packager@v2
47+
with:
48+
args: -n "{package-name}-{project-version}-{release-type}"

0 commit comments

Comments
 (0)