Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorchube committed Jan 2, 2021
1 parent 357e9d5 commit b177a5f
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: ${{major-number}}.${{minor-number}}.${{revision-number}}
version: ${{ inputs.major-number }}.${{ inputs.minor-number }}.${{ inputs.revision-number }}

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



0 comments on commit b177a5f

Please sign in to comment.