mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-03-27 07:09:27 +08:00
Merge pull request #69 from salmanmkc/upgrade-github-actions-node24-general
Upgrade GitHub Actions to latest versions
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
if: steps.check_tag.outputs.exists == 'false'
|
if: steps.check_tag.outputs.exists == 'false'
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.get_version.outputs.tag }}
|
tag_name: ${{ steps.get_version.outputs.tag }}
|
||||||
name: v${{ steps.get_version.outputs.version }}
|
name: v${{ steps.get_version.outputs.version }}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 22 MiB After Width: | Height: | Size: 133 B |
Reference in New Issue
Block a user