Skip to content

Commit

Permalink
patch version check action
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn committed Jun 10, 2022
1 parent 6b9ba28 commit 0aada71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:

- name: Check Release Version
id: version
uses: bitwarden/gh-actions/release-version-check@ea9fab01d76940267b4147cc1c4542431246b9f6
uses: bitwarden/gh-actions/release-version-check@4e16abd52cdd3eaf7d71af884eb41c5427a40bc8
with:
release-type: ${{ github.event.inputs.release_type }}
project-type: csharp
project-type: dotnet
file: Directory.Build.props

- name: Get branch name
Expand Down

0 comments on commit 0aada71

Please sign in to comment.