Skip to content

Commit

Permalink
chore: force --yes
Browse files Browse the repository at this point in the history
  • Loading branch information
lzecca78 committed Jan 7, 2025
1 parent 9f0b336 commit 81d1602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: rebar3 update; rebar3 deps
- name: Publish to Hex.pm
run: rebar3 hex publish -r hexpm:prima
run: rebar3 hex publish -r hexpm:prima --yes
env:
HEX_API_KEY: ${{ secrets.HEX_KEY }}
HEX_HOME: ./_build/.hex
2 changes: 1 addition & 1 deletion src/soap.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,soap,
[{description,"Support for SOAP"},
{vsn,"1.1.1"},
{vsn,"1.1.2"},
{modules,[]},
{registered, []},
{env, []},
Expand Down

0 comments on commit 81d1602

Please sign in to comment.