Skip to content

Commit 5da31dd

Browse files
Merge pull request #8 from fac/devp/v2.1.0
Version 2.1.0
2 parents 28e0146 + 4e7c0d2 commit 5da31dd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ TODO: v2 changes
44

55
## [Unreleased]
66

7+
## [2.1.0] - 2021-04-30
8+
9+
- Fix: Bug with pre-release input getting ignored
10+
711
## [2.0.1] - 2021-04-26
812

913
- Update: README to show usage with renamed `ruby-gem-setup-credentials@v2`

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ runs:
2929
run: |
3030
PATH="${{ github.action_path }}:$PATH"
3131
args=""
32+
[ '${{ inputs.pre-release }}' == true ] && args="$args -p"
3233
[ '${{ inputs.tag }}' == true ] && args="$args -t"
3334
gem-push-action -k "${{inputs.key}}" $args ${{inputs.gem-glob}}

0 commit comments

Comments
 (0)