Skip to content

Commit

Permalink
Aktualisieren von ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi1 committed Apr 4, 2024
1 parent 8f56cc7 commit 8f95227
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: artifact
path: dist
- uses: actions/cache@v3
with:
path: 'node_modules'
key: ${{ runner.os }}-${{ matrix.node-version }}-modules-${{ hashFiles('yarn.lock') }}
- run: yarn install --frozen-lockfile
path: dist
- run: yarn release:package && ls -lisha release
- name: Publish if version in package.json change
uses: springtype-org/github-action-npm-publish@master
Expand Down

0 comments on commit 8f95227

Please sign in to comment.