forked from abose/wer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha.yml
More file actions
19 lines (18 loc) · 657 Bytes
/
a.yml
File metadata and controls
19 lines (18 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Publish extension to phcode.dev extension store test2
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
on:
release:
types:
- edited
- published
jobs:
build-tasks:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
id: github_context_step
run: echo '${{ toJSON(github) }}'
- name: release details
run: |
echo "$GITHUB_REF repo=${{github.event.repository.full_name}}"
curl --fail-with-body https://publish.phcode.dev/publishGithubRelease?releaseRef=${{github.event.repository.full_name}}:$GITHUB_REF