Skip to content

Commit 156050d

Browse files
committed
Release v0.1.0
1 parent 0f96042 commit 156050d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,5 @@ jobs:
115115
- uses: softprops/action-gh-release@v1
116116
with:
117117
generate_release_notes: true
118-
prerelease: true
119118
tag_name: v${{ needs.version.outputs.semver }}
120119
token: ${{ secrets.PAT }} # using our own PAT so other workflows run

.pkgx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ dependencies:
22
elixir-lang.org: =1.15.6
33
erlang.org: =26.1.1
44
env:
5-
VERSION: 0.0.8
5+
VERSION: 0.1.0

0 commit comments

Comments
 (0)