Skip to content

Commit bdccfd6

Browse files
committed
Release v1.2.1
1 parent 8588ba9 commit bdccfd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
shell: "bash"
4444
working-directory: "${{ runner.temp }}"
4545
env:
46-
TAG: "v1.2.1-beta.1"
46+
TAG: "v1.2.1"
4747
GITHUB_TOKEN: ${{ github.token }}
4848
- name: "Verify Dependency Submission Tool Provenance"
4949
run: >-
@@ -54,7 +54,7 @@ runs:
5454
shell: "bash"
5555
working-directory: "${{ runner.temp }}"
5656
env:
57-
TAG: "v1.2.1-beta.1"
57+
TAG: "v1.2.1"
5858
GITHUB_TOKEN: ${{ github.token }}
5959
- name: "Make Tool Executable"
6060
run: "chmod +x mix_dependency_submission"

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
defmodule MixDependencySubmission.MixProject do
33
use Mix.Project
44

5-
@version "1.2.1-beta.1"
5+
@version "1.2.1"
66
@source_url "https://github.com/erlef/mix-dependency-submission"
77
@description "Calculates dependencies for Mix and submits the list to the GitHub Dependency Submission API"
88

0 commit comments

Comments
 (0)