Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto dev
  • Loading branch information
Wagalidoom committed May 18, 2024
2 parents 899ad59 + dc1b5b4 commit c40d32c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
access_token: ${{ github.token }}

- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: actions/cache@v2
with:
Expand All @@ -32,8 +30,6 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20.12.1

- name: Install
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-tags: true

- name: Tag checkout
run:
Expand All @@ -42,8 +42,6 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.14.0

- name: Install
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Create Github Release
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit c40d32c

Please sign in to comment.