Skip to content

Commit 71b4457

Browse files
committed
Prepare for v0.1.0
1 parent b451149 commit 71b4457

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
steps:
2424
- name: Download Dependency Submission Tool
2525
env:
26-
TAG: v1.0.0-beta.17 # release-TAG
26+
TAG: v0.1.0 # release-TAG
2727
REPO: erlef/rebar3-dependency-submission
2828
GITHUB_TOKEN: ${{ inputs.token }}
2929
run: |
@@ -37,7 +37,7 @@ runs:
3737

3838
- name: Verify Dependency Submission Tool Provenance
3939
env:
40-
TAG: v1.0.0-beta.17 # release-TAG
40+
TAG: v0.1.0 # release-TAG
4141
REPO: erlef/rebar3-dependency-submission
4242
GITHUB_TOKEN: ${{ inputs.token }}
4343
run: |

src/rebar3_dependency_submission.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{description,
55
"Calculates dependencies for Rebar3 and submits the list to the GitHub Dependency Submission API"},
66
% release-TAG
7-
{vsn, "v1.0.0-beta.17"},
7+
{vsn, "v0.1.0"},
88
{applications, [
99
kernel,
1010
stdlib,

0 commit comments

Comments
 (0)