Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 16, 2024
2 parents 600b1a9 + 4fef39f commit e6da471
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build-of-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,10 @@ jobs:
with:
node-version: "lts/*"

- name: Cache Node.js modules
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
run: npm install -g semantic-release @semantic-release/git @semantic-release/github @semantic-release/commit-analyzer
run: npm install -g semantic-release @semantic-release/commit-analyzer

- name: Print Next Semantic Version
run: npx semantic-release --dry-run
run: semantic-release --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e6da471

Please sign in to comment.