Skip to content

Commit b9da740

Browse files
authored
Merge pull request #4 from TaskarCenterAtUW/main
Testing process again
2 parents de64683 + 78b44f4 commit b9da740

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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"
@@ -65,6 +65,12 @@ jobs:
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+

0 commit comments

Comments
 (0)