Browse Source

Update the version of bitwarden/gh-actions/release-version-check (#33)

(cherry picked from commit ab0fdc72c5)
v2023.3.0
Joseph Flinn 3 years ago committed by Joseph Flinn
parent
commit
9ad8ee8c71
No known key found for this signature in database
GPG Key ID: B7E429D4A0FBD2A0
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -36,7 +36,7 @@ jobs: @@ -36,7 +36,7 @@ jobs:
- name: Check Release Version
id: version
uses: bitwarden/gh-actions/release-version-check@8f055ef543c7433c967a1b9b04a0f230923233bb
uses: bitwarden/gh-actions/release-version-check@4f2a18ff6b521dbdc0d9079e528bf82114175520
with:
release-type: ${{ github.event.inputs.release_type }}
project-type: dotnet

Loading…
Cancel
Save