Browse Source

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

pull/31/head
Joseph Flinn 3 years ago committed by GitHub
parent
commit
ab0fdc72c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

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

Loading…
Cancel
Save