Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bucaille Thommy committed Mar 1, 2023
1 parent 35e0766 commit 74c83d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 19
node-version: 16

# - name: Install required build toolchain
# if: matrix.os == 'ubuntu-latest'
Expand All @@ -29,7 +29,7 @@ jobs:
ADBLOCK: true

- name: Get commit message
run: echo "::set-output name=message::$(git log --no-merges -1 --oneline)"
run: echo "message=$(git log --no-merges -1 --oneline)" >> $GITHUB_OUTPUT

- name: Build the app
run: yarn ci-build
Expand Down

0 comments on commit 74c83d0

Please sign in to comment.