Skip to content

Commit

Permalink
Create backports version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Jun 21, 2024
1 parent 3eb6a29 commit 231da3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Get version value, set to env
run: echo "PACKAGE_VERSION=v$(node -p "require('./packages/server/package.json').version")" >> $GITHUB_ENV
Expand All @@ -29,7 +29,7 @@ jobs:
npm run build:bin -w packages/server
- name: Upload release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.PACKAGE_VERSION }}
name: Aurora LauncherServer ${{ env.PACKAGE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurora-launcher/server",
"version": "0.0.4+1",
"version": "0.0.4-backports",
"branch": "dev",
"description": "LauncherServer for AuroraLauncher",
"keywords": [
Expand Down

0 comments on commit 231da3b

Please sign in to comment.