Skip to content

Commit

Permalink
Debug release job
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Sep 4, 2023
1 parent 044edb3 commit e5e9025
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 223 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/CI-gnosis.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/workflows/CI.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/PR.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/deploy.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- yivlad/debug-release-job

jobs:
release:
Expand All @@ -27,8 +28,11 @@ jobs:
- name: Install package manager
run: npm i -g [email protected]

- name: Print git status
run: git status

- name: Install Dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Set git user
run: |
Expand Down

0 comments on commit e5e9025

Please sign in to comment.