Skip to content

Commit

Permalink
Fixing the Release Version Check action path (#2026)
Browse files Browse the repository at this point in the history
(cherry picked from commit fb5452b)
  • Loading branch information
joseph-flinn committed Jun 1, 2022
1 parent e52009f commit 60ad724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Check Release Version
id: version
uses: bitwarden/gh-actions@ea9fab01d76940267b4147cc1c4542431246b9f6
uses: bitwarden/gh-actions/release-version-check@ea9fab01d76940267b4147cc1c4542431246b9f6
with:
release-type: ${{ github.event.inputs.release_type }}
project-type: csharp
Expand Down

0 comments on commit 60ad724

Please sign in to comment.