mirror of
https://github.com/yakimka/python_interview_questions.git
synced 2025-12-17 03:24:36 +03:00
Update softprops/action-gh-release action to v2
This commit is contained in:
2
.github/workflows/ci-workflow.yml
vendored
2
.github/workflows/ci-workflow.yml
vendored
@@ -31,6 +31,6 @@ jobs:
|
|||||||
run: ls -lh && cat metadata.txt
|
run: ls -lh && cat metadata.txt
|
||||||
- name: Release
|
- name: Release
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: questions_${{ env.TAG }}.epub
|
files: questions_${{ env.TAG }}.epub
|
||||||
|
|||||||
Reference in New Issue
Block a user