We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f96042 commit 156050dCopy full SHA for 156050d
.github/workflows/ci-cd.yml
@@ -115,6 +115,5 @@ jobs:
115
- uses: softprops/action-gh-release@v1
116
with:
117
generate_release_notes: true
118
- prerelease: true
119
tag_name: v${{ needs.version.outputs.semver }}
120
token: ${{ secrets.PAT }} # using our own PAT so other workflows run
.pkgx.yaml
@@ -2,4 +2,4 @@ dependencies:
2
elixir-lang.org: =1.15.6
3
erlang.org: =26.1.1
4
env:
5
- VERSION: 0.0.8
+ VERSION: 0.1.0
0 commit comments