Browse Source

Update Version Bump action to latest (#10)

pull/11/head
Vince Grassia 4 years ago committed by GitHub
parent
commit
60a864add3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/version-bump.yml

4
.github/workflows/version-bump.yml

@ -28,7 +28,7 @@ jobs: @@ -28,7 +28,7 @@ jobs:
ref: version_bump_${{ github.event.inputs.version_number }}
- name: Bump Version - csproj
uses: bitwarden/gh-actions/version-bump@0c263b3963211ccaf5804313c3b3a0bcc52d4b19
uses: bitwarden/gh-actions/version-bump@03ad9a873c39cdc95dd8d77dbbda67f84db43945
with:
version: ${{ github.event.inputs.version_number }}
file_path: "./src/KeyConnector/KeyConnector.csproj"
@ -62,4 +62,4 @@ jobs: @@ -62,4 +62,4 @@ jobs:
- [ ] Build/deploy pipeline (DevOps)
- [X] Other
## Objective
Automated version bump to ${{ github.event.inputs.version_number }}"
Automated version bump to ${{ github.event.inputs.version_number }}"

Loading…
Cancel
Save