From 286f70919c3a4b7262673ee87af73f0bf4ddf5f5 Mon Sep 17 00:00:00 2001 From: ualvaro Date: Thu, 11 Apr 2024 11:42:23 +0200 Subject: [PATCH] Drop not working badges in README and debug GitHub pushrelease workflow --- .github/workflows/pushrelease.yml | 3 +-- README.Rmd | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pushrelease.yml b/.github/workflows/pushrelease.yml index 853e090..0b5f5d5 100644 --- a/.github/workflows/pushrelease.yml +++ b/.github/workflows/pushrelease.yml @@ -152,7 +152,7 @@ jobs: with: tag_name: ${{ steps.newtag.outputs.tag }} name: Release ${{ steps.newtag.outputs.tag }} - draft: true + draft: false prerelease: false fail_on_unmatched_files: true # Specify the assets you want to upload @@ -200,7 +200,6 @@ jobs: shell: Rscript {0} - name: Deploy to GitHub pages 🚀 - if: github.event_name != 'pull_request' uses: JamesIves/github-pages-deploy-action@v4 with: clean: false diff --git a/README.Rmd b/README.Rmd index ff70c90..6cd2661 100644 --- a/README.Rmd +++ b/README.Rmd @@ -23,12 +23,11 @@ library(goldfish) ![GitHub issues](https://img.shields.io/github/issues-raw/stocnet/goldfish) ![GitHub All Releases](https://img.shields.io/github/downloads/stocnet/goldfish/total) [![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) -[![Codecov test coverage](https://codecov.io/gh/stocnet/goldfish/branch/master/graph/badge.svg)](https://app.codecov.io/gh/stocnet/goldfish?branch=master) -[![CodeFactor](https://www.codefactor.io/repository/github/stocnet/goldfish/badge)](https://www.codefactor.io/repository/github/stocnet/goldfish) +[![Codecov test coverage](https://codecov.io/gh/stocnet/goldfish/branch/main/graph/badge.svg)](https://app.codecov.io/gh/stocnet/goldfish?branch=main) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4563/badge)](https://bestpractices.coreinfrastructure.org/projects/4563) -[![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) + ## Description