File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - name : Set up SSH key
13
- uses :
webfactory/[email protected]
14
- with :
15
- ssh-private-key : ${{ secrets.WTTJ_DEPLOYER }}
16
-
17
12
- uses : actions/checkout@v4
18
13
19
14
- name : Set up Elixir
@@ -29,17 +24,16 @@ jobs:
29
24
echo "LIB_NAME=$LIB_NAME" >> $GITHUB_ENV
30
25
echo "VERSION=$VERSION" >> $GITHUB_ENV
31
26
32
- - name : Configure package access
27
+ - name : Configure local.hex
33
28
run : |
34
29
mix local.hex --force
35
- mix hex.organization auth wttj --key ${{ secrets.HEXPM_KEY }}
36
30
37
31
- name : Install dependencies
38
32
run : |
39
33
mix deps.get
40
34
41
35
- name : Publish to Hex.pm
42
36
env :
43
- HEX_API_KEY : ${{ secrets.HEXPM_KEY }}
37
+ HEX_API_KEY : ${{ secrets.HEXPM_PUBLIC_PACKAGES_KEY }}
44
38
run : |
45
39
mix hex.publish --yes
You can’t perform that action at this time.
0 commit comments