Skip to content

Commit

Permalink
Updating coophub release from Ubuntu 18 to 22.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomanuel committed May 15, 2023
1 parent 3630c9e commit 63265ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
30 changes: 17 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -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 "[email protected]"
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 "[email protected]"
# 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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.5.4

0 comments on commit 63265ad

Please sign in to comment.