Skip to content

Commit

Permalink
release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorchube committed Jan 2, 2021
1 parent b177a5f commit d2f8fba
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 @@ -28,15 +28,15 @@ jobs:

- uses: ./.github/actions/create-artifact
with:
version: ${{ inputs.major-number }}.${{ inputs.minor-number }}.${{ inputs.revision-number }}
version: ${{ github.event.inputs.major-number }}.${{ github.event.inputs.minor-number }}.${{ github.event.inputs.revision-number }}

- name: Create Release
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "vest-release-*.tar.gz"
commit: main
tag: ${{ inputs.major-number }}.${{ inputs.minor-number }}.${{ inputs.revision-number }}
tag: ${{ github.event.inputs.major-number }}.${{ github.event.inputs.minor-number }}.${{ github.event.inputs.revision-number }}



0 comments on commit d2f8fba

Please sign in to comment.