summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2021-11-26 15:34:03 +0200
committerHarel Ben-Attia <harelba@gmail.com>2021-11-26 15:34:39 +0200
commit62c8b10ca88f08f6831721f3be91e7826bce64ac (patch)
treec2a4f4c153fc8f765180d6c413b0ef46b8729efd
parent908bac920a0635c65f4228246f64878c189e5367 (diff)
reactivate package release + tag new version 3.1.3v3.1.3
-rw-r--r--.github/workflows/build-and-package.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build-and-package.yaml b/.github/workflows/build-and-package.yaml
index 08970ee..1f16285 100644
--- a/.github/workflows/build-and-package.yaml
+++ b/.github/workflows/build-and-package.yaml
@@ -528,10 +528,7 @@ jobs:
perform-release:
needs: [test-mac-packaging, test-deb-packaging, test-rpm-packaging, test-windows-packaging]
runs-on: ubuntu-latest
- # Disabled on purpose for now - Changing the beta release to a real one will be done manually until everything stabilizes
- # and then this will be reinstated
- # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
- if: ${{ false }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
steps:
- name: Download All Artifacts
uses: actions/download-artifact@v2