From 63265ad435c7a413ac0bd79e0b8237153ed6ad86 Mon Sep 17 00:00:00 2001 From: Diego Calero Date: Mon, 15 May 2023 12:19:40 -0300 Subject: [PATCH] Updating coophub release from Ubuntu 18 to 22. --- .github/workflows/build.yml | 30 +++++++++++++++++------------- VERSION | 2 +- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b15f740..bda1de5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-18.04'] + os: ['ubuntu-22.04'] otp: ['24.3.3'] elixir: ['1.14.3'] node: ['14.21.3'] @@ -103,15 +103,19 @@ jobs: event-type: coophub-release client-payload: '{"tag": "${{ env.RELEASE_TAG }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' - - name: Commit VERSION file - run: | - git add VERSION - git config --local user.name "fiqus-ci" - git config --local user.email "ci@fiqus.coop" - git commit -m "Bump to $RELEASE_TAG" - - name: Push VERSION file - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: master - force: true + ########## + ### Disabled for now, since the branch is protected from direct push + ### and it works anyways displaying the right version on the site + ########## + # - name: Commit VERSION file + # run: | + # git add VERSION + # git config --local user.name "fiqus-ci" + # git config --local user.email "ci@fiqus.coop" + # git commit -m "Bump to $RELEASE_TAG" + # - name: Push VERSION file + # uses: ad-m/github-push-action@master + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # branch: master + # force: true diff --git a/VERSION b/VERSION index 2411653..167b000 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.2 \ No newline at end of file +0.5.4 \ No newline at end of file