Skip to content

Commit 286f709

Browse files
committed
Drop not working badges in README and debug GitHub pushrelease workflow
1 parent 3623b83 commit 286f709

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/pushrelease.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
tag_name: ${{ steps.newtag.outputs.tag }}
154154
name: Release ${{ steps.newtag.outputs.tag }}
155-
draft: true
155+
draft: false
156156
prerelease: false
157157
fail_on_unmatched_files: true
158158
# Specify the assets you want to upload
@@ -200,7 +200,6 @@ jobs:
200200
shell: Rscript {0}
201201

202202
- name: Deploy to GitHub pages 🚀
203-
if: github.event_name != 'pull_request'
204203
uses: JamesIves/github-pages-deploy-action@v4
205204
with:
206205
clean: false

README.Rmd

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ library(goldfish)
2323
![GitHub issues](https://img.shields.io/github/issues-raw/stocnet/goldfish)
2424
![GitHub All Releases](https://img.shields.io/github/downloads/stocnet/goldfish/total)
2525
[![R-CMD-check](https://github.com/stocnet/goldfish/actions/workflows/R-CMD-check.yml/badge.svg)](https://github.com/stocnet/goldfish/actions/workflows/R-CMD-check.yml)
26-
[![Codecov test coverage](https://codecov.io/gh/stocnet/goldfish/branch/master/graph/badge.svg)](https://app.codecov.io/gh/stocnet/goldfish?branch=master)
27-
[![CodeFactor](https://www.codefactor.io/repository/github/stocnet/goldfish/badge)](https://www.codefactor.io/repository/github/stocnet/goldfish)
26+
[![Codecov test coverage](https://codecov.io/gh/stocnet/goldfish/branch/main/graph/badge.svg)](https://app.codecov.io/gh/stocnet/goldfish?branch=main)
2827
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4563/badge)](https://bestpractices.coreinfrastructure.org/projects/4563)
29-
[![R-CMD-check](https://github.com/stocnet/goldfish/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/stocnet/goldfish/actions/workflows/R-CMD-check.yaml)
3028
<!-- badges: end -->
3129

30+
<!-- [![CodeFactor](https://www.codefactor.io/repository/github/stocnet/goldfish/badge)](https://www.codefactor.io/repository/github/stocnet/goldfish) -->
3231

3332
## Description
3433

0 commit comments

Comments
 (0)