Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfa-add-on authored Jun 19, 2021
1 parent 3969445 commit a17bad0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
cd addon
echo "1: Download deployment script"
wget https://raw.githubusercontent.com/alfa-addon/travis_scripts/master/deploy_addon.py
echo "2: Prepare ZIP"
python deploy_addon.py -z
export RELEASE_ZIP=$(ls *.zip)
echo "3: Deploy to repo"
python deploy_addon.py -r
echo "4: Create release"
curl --request POST \
--header 'authorization: Bearer ${{ secrets.GH_TOKEN }}' \
Expand Down

0 comments on commit a17bad0

Please sign in to comment.