Skip to content

Commit

Permalink
drop hex publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shortishly committed Nov 22, 2023
1 parent 389c03e commit 4538651
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,3 @@ jobs:
with:
otp-version: ${{matrix.otp}}
- run: make all dialyze tests
hex-publish:
if: github.ref_name != 'main' && github.ref_name != 'develop'
needs: build
strategy:
matrix:
otp:
- 26
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
- run: make hex-release-publish
env:
HEX_SECRET: ${{ secrets.HEX_SECRET }}
12 changes: 1 addition & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,10 @@ PLT_APPS += syntax_tools
dep_any_commit = 0.3.2


dep_any = git https://github.com/shortishly/any.git
dep_any = $(if $(DEP_LN),ln ../../any,git https://github.com/shortishly/any.git)
dep_beaming = $(if $(DEP_LN),ln ../../beaming,git https://github.com/shortishly/beaming.git)


define HEX_TARBALL_EXTRA_METADATA
#{
licenses => [<<"Apache-2">>],
links => #{
<<"GitHub">> => <<"https://github.com/shortishly/envy">>
}
}
endef


include $(if $(ERLANG_MK_FILENAME),$(ERLANG_MK_FILENAME),erlang.mk)

app:: rebar.config
3 changes: 1 addition & 2 deletions ebin/envy.app
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{application, 'envy', [
{description, "wrapper prefixing os_env with application name"},
{vsn, "0.9.0"},
{id, "0.9.0-dirty"},
{vsn, "0.9.1"},
{modules, ['envy','envy_gen']},
{registered, []},
{applications, [kernel,stdlib,any]},
Expand Down

0 comments on commit 4538651

Please sign in to comment.