Skip to content

Commit

Permalink
Add inputs to publish name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Aug 8, 2023
1 parent 4ad76a9 commit ab6e570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
shell: bash
run: rebar3 hex whoami
if: ${{ !inputs.dry_run }}
- name: Publish Library
- name: Publish Library dry_run=${{ inputs.dry_run }} prerelease=${{ inputs.prerelease }}
shell: bash
run: echo PUBLISHING! #rebar3 hex publish
# Do not publish a dry run.
Expand Down

0 comments on commit ab6e570

Please sign in to comment.