Skip to content

Commit

Permalink
no files
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 5, 2024
1 parent d9f9c2a commit 7cce0f7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish-github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,8 @@ jobs:
run: |
echo "::set-output name=changelog::$(awk '/^## \[/{if (p) exit; p=1} p' CHANGELOG.md)"
- uses: actions/download-artifact@v4
with:
path: gh-artifacts
run-id: 12187401980
github-token: ${{ secrets.SAM_GITHUB_PAT }}

- run: ls -la gh-artifacts

- name: Create Release
if: false
uses: mikepenz/action-gh-release@v1 #softprops/action-gh-release
with:
body: ${{steps.latest_release.outputs.changelog}}
tag_name: "0.70.1"
files: gh-artifacts/*

0 comments on commit 7cce0f7

Please sign in to comment.