Skip to content

Commit

Permalink
Use gh and remove non-compliant github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rb3ckers committed Feb 4, 2025
1 parent 5b630cf commit 7ad0c19
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
run: |
tar czf backup-scripts-${GITHUB_REF_NAME#suse-observability/}.tar.gz -C stable/suse-observability/restore .
- name: Release
uses: softprops/action-gh-release@v2
with:
files: backup-scripts-*.tar.gz
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create ${{ github.ref_name }} -t ${{ github.ref_name }} -d
echo 'Uploading helm chart scripts:'
ls backup-scripts-*.tar.gz
gh release upload ${{ github.ref_name }} backup-scripts-*.tar.gz

0 comments on commit 7ad0c19

Please sign in to comment.