Skip to content

Commit

Permalink
Update upload token
Browse files Browse the repository at this point in the history
  • Loading branch information
s-garg committed Apr 4, 2021
1 parent d3af7f5 commit c14f09e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ jobs:
asset_path: ./dist.zip
asset_name: dist.zip
asset_content_type: application/zip
- name: Update Package
uses: fjogeleit/http-request-action@master
with:
url: "https://dashboard.workerb.app/_a/package_tag"
method: "POST"
data: '{ "tag": "${{ env.TAG_NAME }}", "token": "${{ secrets.UPDATE_TOKEN }}" }'

0 comments on commit c14f09e

Please sign in to comment.