Skip to content

Commit

Permalink
Merge pull request #141 from maxcanna/fix-release
Browse files Browse the repository at this point in the history
Checkout the whole repo
  • Loading branch information
maxcanna authored Nov 7, 2023
2 parents 57c82fb + ce41ab9 commit 561f514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set env vars
run: |
echo VERSION_NUMBER=$(jq -r < package.json .version) >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"yarn": "^1.22.19"
},
"name": "raiapi",
"version": "4.1.26",
"version": "4.1.27",
"description": "RaiPlay API",
"private": true,
"main": "index.js",
Expand Down

0 comments on commit 561f514

Please sign in to comment.