Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
add tag to ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Chanudet committed Aug 2, 2021
1 parent 8e08b03 commit a08f12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.get_version.outputs.value }}
name: ${{ steps.get_version.outputs.value }}
files: |
dist/covid-certifacate.tar.gz
Expand Down

0 comments on commit a08f12f

Please sign in to comment.