Commit 286f709 1 parent 3623b83 commit 286f709 Copy full SHA for 286f709
File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
with :
153
153
tag_name : ${{ steps.newtag.outputs.tag }}
154
154
name : Release ${{ steps.newtag.outputs.tag }}
155
- draft : true
155
+ draft : false
156
156
prerelease : false
157
157
fail_on_unmatched_files : true
158
158
# Specify the assets you want to upload
@@ -200,7 +200,6 @@ jobs:
200
200
shell : Rscript {0}
201
201
202
202
- name : Deploy to GitHub pages 🚀
203
- if : github.event_name != 'pull_request'
204
203
uses : JamesIves/github-pages-deploy-action@v4
205
204
with :
206
205
clean : false
Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ library(goldfish)
23
23
![ GitHub issues] ( https://img.shields.io/github/issues-raw/stocnet/goldfish )
24
24
![ GitHub All Releases] ( https://img.shields.io/github/downloads/stocnet/goldfish/total )
25
25
[ ![ 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 )
28
27
[ ![ 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 )
30
28
<!-- badges: end -->
31
29
30
+ <!-- [](https://www.codefactor.io/repository/github/stocnet/goldfish) -->
32
31
33
32
## Description
34
33
You can’t perform that action at this time.
0 commit comments