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 c4981da commit 37d1747Copy full SHA for 37d1747
action.yml
@@ -65,7 +65,7 @@ runs:
65
shell: "bash"
66
working-directory: "${{ runner.temp }}"
67
env:
68
- TAG: "v0.8.0-beta.3"
+ TAG: "v0.8.0"
69
GITHUB_TOKEN: ${{ github.token }}
70
REPO: "erlef/mix_sbom"
71
REUSE_BEAM: "${{ inputs.reuse-beam }}"
mix.exs
@@ -6,7 +6,7 @@
6
defmodule SBoM.MixProject do
7
use Mix.Project
8
9
- @version "0.8.0-beta.3"
+ @version "0.8.0"
10
@source_url "https://github.com/erlef/mix_sbom"
11
12
def project do
0 commit comments