Skip to content

Commit

Permalink
Fixed beta pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrank913 committed Nov 29, 2024
1 parent ae5df6a commit 1b79719
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,14 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
- name: 'Bump version to beta'
- name: Bump version to beta
run: |
npm version prerelease --preid=beta --no-git-tag-version
git add package.json
- name: Build DIVE
run: yarn build

- name: Add build files
run: git add ./build -f

Expand Down

0 comments on commit 1b79719

Please sign in to comment.