We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7708e8a commit c250551Copy full SHA for c250551
.github/workflows/publish.yml
@@ -93,7 +93,7 @@ jobs:
93
}
94
EOF
95
- name: Upload archives to release
96
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
97
with:
98
files: |
99
lecture-python-programming-html-${{ github.ref_name }}.tar.gz
0 commit comments