We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0888ea commit 5a824bbCopy full SHA for 5a824bb
.github/workflows/publish.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- uses: erlef/setup-beam@v1
16
+ env:
17
+ HEXPM_API_KEY:: ${{ secrets.HEXPM_API_KEY }}
18
with:
19
otp-version: "26.0.2"
20
gleam-version: "1.2.1"
gleam.toml
@@ -6,9 +6,6 @@ licences = ["Apache-2.0"]
6
repository = { type = "github", user = "sftsrv", repo = "parz" }
7
# links = [{ title = "Website", href = "https://gleam.run" }]
8
9
-For a full reference of all the available options, you can have a look at
10
-https://gleam.run/writing-gleam/gleam-toml/.
11
-
12
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
0 commit comments