Skip to content

Commit

Permalink
Merge pull request #21 from Emiliopg91/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Emiliopg91 authored Sep 26, 2024
2 parents 9aedf7f + 04c5748 commit 6c61964
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "Package version: $VERSION"
- name: Bump to release version
run: |
npm version --no-commit-hooks --no-git-tag-version ${{ env.VERSION }}
- name: Commit and push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add package.json
git commit -m "Bump to release version"
git push origin HEAD:main
- name: build plugin
run: |
npm i -g [email protected]
Expand All @@ -46,20 +60,6 @@ jobs:
name: AllyDeckyCompanion
path: AllyDeckyCompanion.tar.gz

- name: Bump to release version
run: |
npm version --no-commit-hooks --no-git-tag-version ${{ env.VERSION }}
- name: Commit and push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add package.json
git commit -m "Bump to release version"
git push origin HEAD:main
- name: Create and push tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ally-decky-companion",
"version": "1.4.1",
"version": "1.4.2-dev",
"description": "Rog Ally and Ally X Decky plugin companion",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 6c61964

Please sign in to comment.