Skip to content

Commit ea9f4cd

Browse files
authored
Merge pull request #11 from TaskarCenterAtUW/main
Workflow changes
2 parents b21d030 + fa19254 commit ea9f4cd

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff 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

@@ -70,12 +67,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)