Skip to content

Commit

Permalink
Setup release
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Nov 10, 2024
1 parent 1af7536 commit c83df09
Show file tree
Hide file tree
Showing 3 changed files with 8,337 additions and 2,767 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
- name: Build the CLI
run: npm run build

# We need to get ready for this firs!
# - name: Run npm release
# run: npm run release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# GIT_AUTHOR_NAME: Tolgee Machine
# GIT_AUTHOR_EMAIL: [email protected]
# GIT_COMMITTER_NAME: Tolgee Machine
# GIT_COMMITTER_EMAIL: [email protected]
- name: Run npm release
run: npm run release -- -d
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_AUTHOR_NAME: Tolgee Machine
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: Tolgee Machine
GIT_COMMITTER_EMAIL: [email protected]
Loading

0 comments on commit c83df09

Please sign in to comment.