File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,20 @@ jobs:
2626 with :
2727 submodules : recursive
2828
29- - name : Get tags
30- run : git fetch --tags
31-
3229 - uses : docker/login-action@v3
3330 with :
3431 registry : ${{ vars.WS_DOCKER_REGISTRY }}
3532 username : ${{ vars.DOCKERHUB_USERNAME }}
3633 password : ${{ secrets.DOCKERHUB_TOKEN }}
3734
38- - name : Get last tag
39- run : echo "TAG_LAST=$(git describe --tags --abbrev=0 --always)" >> $GITHUB_ENV
35+ # - name: Get last tag
36+ # run: echo "TAG_LAST=$(git describe --tags --abbrev=0 --always)" >> $GITHUB_ENV
4037
4138 - name : " Build Changelog"
4239 id : build_changelog
4340 uses : mikepenz/release-changelog-builder-action@v5
4441 with :
45- toTag : " ${{ github.ref }}"
42+ # toTag: "${{ github.ref }}"
4643 mode : " HYBRID"
4744 outputFile : " CHANGELOG.md"
4845
7067 WS_TASKS_DB_PASS : ${{ secrets.WS_TASKS_DB_PASS }}
7168 WS_TASKS_SECRET_KEY : ${{ secrets.WS_TASKS_SECRET_KEY }}
7269
73- - name : Release changelog
74- uses : actions/upload-artifact@v4
75- with :
76- name : " ${{ github.sha }} Changelog"
77- path : CHANGELOG.md
78-
7970 - name : Deploy
8071 env :
8172 ENV : ${{ vars.ENV }}
You can’t perform that action at this time.
0 commit comments