Skip to content

Commit

Permalink
revert(.github): build step from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Oct 10, 2024
1 parent aa44987 commit a8d783f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build project
run: npm run build

- name: Initialize git user email
run: git config --global user.email "${{ vars.RELEASE_USER_EMAIL }}"

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Run integration tests
run: npm run if-check -- -d manifests/outputs

- name: Build project
run: npm run build

- name: Initialize git user email
run: git config --global user.email "${{ env.RELEASE_USER_EMAIL }}"

Expand Down

0 comments on commit a8d783f

Please sign in to comment.