Skip to content

Commit

Permalink
fix: ci: added referer to GOE post in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr authored and jmmaranan committed May 17, 2024
1 parent 3b5b754 commit 33b6cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 17,7 @@ on:
required: false

jobs:
pypi:
publishing:
strategy:
matrix:
node_version: ["latest"]
Expand Down Expand Up @@ -59,4 59,4 @@ jobs:

- name: Upload extension to Goe
run: |
curl -i -X POST -H "Content-Type: multipart/form-data" -F "source=@[email protected]" -F "tos_compliant=on" -F "shell_license_compliant=on" https://extensions.gnome.org/upload/
curl -i -X POST -H "Content-Type: multipart/form-data" -F "source=@[email protected]" -F "tos_compliant=on" -F "shell_license_compliant=on" --referer 'https://extensions.gnome.org/upload/' https://extensions.gnome.org/upload/

0 comments on commit 33b6cf2

Please sign in to comment.