Skip to content

Commit

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

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

include erlang.mk

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

0 comments on commit 7256f7a

Please sign in to comment.