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 e6e7c38 commit e497a8b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
File renamed without changes.
24 changes: 24 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Bump Version

on:
push:
branches:
- master

jobs:
bump-version:
name: Bump Version on master
runs-on: ubuntu-latest

steps:
- name: Checkout source code
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: Automated Version Bump
id: version-bump
uses: phips28/[email protected]
with:
tag-prefix: v
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions Packages/dev.hackebein.object-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"author": {
"name": "Hackebein",
"email": "[email protected]",
"url": ""
"url": "https://github.com/Hackebein/Object-Tracking-VPM"
},
"legacyFolders": {},
"legacyFiles": {},
"localPath": "C:\\Users\\User\\Projects\\Object-Tracking-VPM\\Packages\\dev.hackebein.object-tracking",
"localPath": "",
"unity": "2019.4"
}

0 comments on commit e497a8b

Please sign in to comment.