Skip to content

Commit

Permalink
Merge pull request #20 from dhensby/pulls/semantic-release
Browse files Browse the repository at this point in the history
ci: fix releaser
  • Loading branch information
dhensby authored Aug 31, 2023
2 parents 1e737b8 + a0413a3 commit 1bf79d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: 'npm'
- name: Install dependencies
run: npm install --global semantic-release@21 @semantic-release/git@10 @semantic-release/changelog@6
- name: Release
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# SilverStripe Masquerade Module

[![Build Status](https://travis-ci.org/dhensby/silverstripe-masquerade.svg?branch=master)](https://travis-ci.org/dhensby/silverstripe-masquerade)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/badges/build.png?b=master)](https://scrutinizer-ci.com/g/dhensby/silverstripe-masquerade/build-status/master)

[![Lint, Test & Release](https://github.com/dhensby/silverstripe-masquerade/actions/workflows/tests.yml/badge.svg)](https://github.com/dhensby/silverstripe-masquerade/actions/workflows/tests.yml)

## About

Expand Down

0 comments on commit 1bf79d6

Please sign in to comment.