We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28e0146 + 4e7c0d2 commit 5da31ddCopy full SHA for 5da31dd
CHANGELOG.md
@@ -4,6 +4,10 @@ TODO: v2 changes
4
5
## [Unreleased]
6
7
+## [2.1.0] - 2021-04-30
8
+
9
+- Fix: Bug with pre-release input getting ignored
10
11
## [2.0.1] - 2021-04-26
12
13
- Update: README to show usage with renamed `ruby-gem-setup-credentials@v2`
action.yml
@@ -29,5 +29,6 @@ runs:
29
run: |
30
PATH="${{ github.action_path }}:$PATH"
31
args=""
32
+ [ '${{ inputs.pre-release }}' == true ] && args="$args -p"
33
[ '${{ inputs.tag }}' == true ] && args="$args -t"
34
gem-push-action -k "${{inputs.key}}" $args ${{inputs.gem-glob}}
0 commit comments