Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
build: actions: wrong version name
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Jul 3, 2020
1 parent df3a7a4 commit c97c000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
"event_type": "bump-extension",
"client_payload": {
"extension": "${{ github.event.repository.name }}",
"version": "${{ github.ref }}"
"version": "${{ steps.tag_name.outputs.tag_name }}"
}
}'

0 comments on commit c97c000

Please sign in to comment.