Skip to content

Commit

Permalink
ci: Updated release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed May 7, 2024
1 parent cbc305a commit db61aa9
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ env:
NX_RUN_GROUP: ${{ github.run_id }}

jobs:

prepare-env:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -30,22 +29,6 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install

release:
needs: [ prepare-env ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Cache node modules
id: cache
uses: actions/cache@v4
with:
path: |
**/node_modules
key: cache-node-modules-${{ hashFiles('yarn.lock') }}

- name: GIT/NPM config
run: |
git config user.name "${GITHUB_ACTOR}"
Expand Down

0 comments on commit db61aa9

Please sign in to comment.