Skip to content

Commit

Permalink
ci: working on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 23, 2023
1 parent 9dea51c commit 701d0d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
if: steps.check-tag.outputs.need-new-tag == 'true'
id: semver-check
run: |
chmod +x .github/scripts/*.sh
.github/scripts/check-semver.sh ${{ steps.version.outputs.prop }}
chmod +x .github/workflows/*.sh
.github/workflows/check-semver.sh ${{ steps.version.outputs.prop }}
- name: Check tag consistency
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nadena.dev.ndmf",
"displayName": "Non-Destructive Modular Framework",
"version": "0.4.1-ci-test.4",
"version": "0.4.1-ci-test.5",
"unity": "2019.4",
"description": "A framework for building non-destructive plugins for VRChat Avatar 3.0",
"vrchatVersion": "2022.1.1",
Expand Down

0 comments on commit 701d0d2

Please sign in to comment.