Skip to content

Commit

Permalink
Merge pull request #90 from stocnet/develop
Browse files Browse the repository at this point in the history
Drop not working badges in README and debug GitHub pushrelease workflow
  • Loading branch information
auzaheta authored Apr 11, 2024
2 parents a471326 + 286f709 commit 3b7c11d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pushrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

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

## Description

Expand Down

0 comments on commit 3b7c11d

Please sign in to comment.