-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating coophub release from Ubuntu 18 to 22.
- Loading branch information
1 parent
3630c9e
commit 63265ad
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.2 | ||
0.5.4 |