Skip to content

Commit

Permalink
Trying GitHub CLI to release
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Jun 22, 2024
1 parent 07edd52 commit c8bd0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- run: |
pwd
find ..
tag=$(git tag --points-at HEAD)
if [ -z "$tag" ]
then
ls -l *
gh release create v0.0.0 -t test
gh release upload v0.0.0 */*.tgz
fi

0 comments on commit c8bd0c8

Please sign in to comment.