Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackebein committed Jul 29, 2024
1 parent e497a8b commit a22c3e8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
# Checkout Local Repository
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
persist-credentials: false
ref: ${{ github.ref }}

# Get the Package version based on the package.json file
- name: Get Version
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,30 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
bump-version:
name: Bump Version on master
runs-on: ubuntu-latest
permissions:
contents: write
env:
packagePath: Packages/${{ vars.PACKAGE_NAME }}

steps:
- name: Checkout source code
uses: actions/checkout@v2
with:
persist-credentials: false
ref: ${{ github.ref }}
- name: Automated Version Bump
id: version-bump
uses: phips28/[email protected]
with:
tag-prefix: v
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGEJSON_DIR: ${{ env.packagePath }}
2 changes: 1 addition & 1 deletion Packages/dev.hackebein.object-tracking/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# dev.hackebein.object-tracking by User
# dev.hackebein.object-tracking
4 changes: 2 additions & 2 deletions Packages/dev.hackebein.object-tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "dev.hackebein.object-tracking",
"displayName": "VRChat Object Tracking Setup",
"displayName": "Hackebein's Object Tracking Setup",
"version": "0.2.0",
"description": "VRChat Object Tracking automated Setup",
"description": "Hackebein's setup for Object Tracking in VRChat",
"gitDependencies": {},
"vpmDependencies": {
"com.vrchat.avatars": ">= 3.1.12"
Expand Down

0 comments on commit a22c3e8

Please sign in to comment.