@cryptotaxi247 / netdata-1 / commits / 086c88c6c

Fix fix for versioning issues.

Austin S. Hemmelgarn committed Aug 10, 2022 at 14:23 UTC 086c88c6c464d8726527aaddece00c555727a605
1 file changed +2
.github/workflows/build.yml
+2
@@ -34,6 +34,7 @@ jobs:
34 submodules: recursive
35 - name: Fix tags
36 id: fix-tags
37 + if: github.event_name != 'push'
38 run: |
39 git fetch -f origin ${{ github.ref }}:${{ github.ref }}
40 - name: Mark Stable
@@ -108,6 +109,7 @@ jobs:
109 submodules: recursive
110 - name: Fix tags
111 id: fix-tags
112 + if: github.event_name != 'push'
113 run: |
114 git fetch -f origin ${{ github.ref }}:${{ github.ref }}
115 - name: Mark Stable