Skip to content

Commit

Permalink
Update gitlab file
Browse files Browse the repository at this point in the history
  • Loading branch information
s-garg committed Apr 4, 2021
1 parent 7cfd147 commit 461136e
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: Deploy Stage
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 461136e

Please sign in to comment.