Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Dec 31, 2023
1 parent dfca3ab commit 464e18b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 461 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Setup semantic-release
run: npm install

- name: Get version code
- name: Bump version code
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npx semantic-release --extends ./.releaserc.versioncode.json
npx semantic-release --extends ./.releaserc.bump.json
- name: Set env
run: |
Expand Down
Loading

0 comments on commit 464e18b

Please sign in to comment.