Readd get version workflow to CD

This commit is contained in:
BBaoVanC 2021-01-05 21:30:56 -06:00
parent 76342c7667
commit 8fc99fb467
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A

View file

@ -12,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Get version
id: version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
- name: Create release
id: create_release
uses: actions/create-release@v1