File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 3636 id : build_changelog
3737 uses : mikepenz/release-changelog-builder-action@v5
3838 with :
39- fromTag : " @~" # last commit
39+ fromTag : " @~2 " # last commit
4040 toTag : " @" # this commit
4141 mode : " PR"
4242 outputFile : " CHANGELOG.md"
6565 WS_TASKS_DB_PASS : ${{ secrets.WS_TASKS_DB_PASS }}
6666 WS_TASKS_SECRET_KEY : ${{ secrets.WS_TASKS_SECRET_KEY }}
6767
68+ - name : Release changelog
69+ uses : actions/upload-artifact@v4
70+ with :
71+ name : " ${{ github.sha }} Changelog"
72+ path : CHANGELOG.md
73+
6874 - name : Deploy
6975 env :
7076 ENV : ${{ vars.ENV }}
@@ -116,8 +122,4 @@ jobs:
116122
117123 - uses: actions/upload-artifact@v4
118124
119- - name : Release changelog
120- uses : actions/upload-artifact@v4
121- with :
122- name : " ${{ github.sha }} Changelog"
123- path : CHANGELOG.md
125+
You can’t perform that action at this time.
0 commit comments