Skip to content

Commit

Permalink
Remove major version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Apr 16, 2022
1 parent b2c0e05 commit 82297aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
working-directory: ./.github/release
- id: determine_version
name: Get Version
run: npm run release -- major --ci --release-version | tail -n 1 > RELEASE_VERSION
run: npm run release -- --ci --release-version | tail -n 1 > RELEASE_VERSION
working-directory: ./.github/release
env:
GITHUB_TOKEN: ${{ secrets.RIVE_REPO_PAT }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
name: RiveRuntime.xcframework.zip
path: archive/
- name: Bump version number, update changelog, push and tag
run: npm run release -- major --ci
run: npm run release -- --ci
working-directory: ./.github/release
env:
GITHUB_TOKEN: ${{ secrets.RIVE_REPO_PAT }}
Expand Down

0 comments on commit 82297aa

Please sign in to comment.