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 461136e commit 0eb8bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
asset_path: ./dist.zip
asset_name: dist.zip
asset_content_type: application/zip
- name: Deploy Stage
- 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 }} }'
data: '{ "tag": "${{ env.TAG_NAME }}", "token": "${{ secrets.UPDATE_TOKEN }}" }'

0 comments on commit 0eb8bab

Please sign in to comment.