We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a7503 commit 310eceaCopy full SHA for 310ecea
.github/workflows/publish.yml
@@ -0,0 +1,16 @@
1
+on:
2
+ push:
3
+ tags:
4
+ - "*"
5
+
6
+jobs:
7
+ publish:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Check out
11
+ uses: actions/checkout@v2
12
13
+ - name: Publish package to hex.pm
14
+ uses: wesleimp/action-publish-hex@v1
15
+ env:
16
+ HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
.gitignore
@@ -27,3 +27,6 @@ flagsmith_engine-*.tar
27
28
# Ignore the dialyzer PLTS
29
/priv/plts
30
31
+.direnv
32
+.tool-versions
0 commit comments