Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 authored Mar 9, 2024
1 parent a9d5748 commit 2664a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
notes="${{ env.NOTES }}<br /><br />No changes since [${{ env.PREVIOUS_TAG }}]($url)"
gh release edit dev-build --draft=false --notes="$notes"
fi
ASSETS=$(gh api repos/117649/Tab-Groups/releases/tags/dev-build/assets | jq -r '.[].name')
ASSETS=$(gh release view dev-build --json assets -q '.assets[].name')
for ASSET_NAME in $ASSETS; do
if [[ $ASSET_NAME == *.xpi ]]; then
gh release delete-asset dev-build $ASSET_NAME --yes
Expand Down

0 comments on commit 2664a9e

Please sign in to comment.