version references
This commit is contained in:
@@ -26,9 +26,7 @@ jobs:
|
|||||||
git config user.name "GitHub Action"
|
git config user.name "GitHub Action"
|
||||||
git config user.email "action@github.com"
|
git config user.email "action@github.com"
|
||||||
git tag ${{ steps.test.get_version.version }}
|
git tag ${{ steps.test.get_version.version }}
|
||||||
git push origin "${VERSION}"
|
git push origin ${{ steps.test.get_version.version }}
|
||||||
env:
|
|
||||||
VERSION: ${{ env.VERSION }}
|
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user