Skip to content

Commit

Permalink
prepare for release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-arrow committed Mar 6, 2023
1 parent ef8847d commit 13fdc03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
rebar3-version: "3"
elixir-version: "1.14.2"

- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
cd priv
npm install
cd ..
- name: Publish
run: gleam publish -y
env:
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "dahlia"
version = "0.1.1"
version = "0.1.2"
description = "A Gleam project"
licences = ["WTFPL"]
repository = { type = "github", user = "dahlia-lib", repo = "Dahlia.gleam" }
Expand Down

0 comments on commit 13fdc03

Please sign in to comment.