We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d56809 commit 906b7c9Copy full SHA for 906b7c9
.github/workflows/a.yml
@@ -0,0 +1,20 @@
1
+name: Publish extension to phcode.dev extension store test2
2
+
3
+on:
4
+ release:
5
+ types:
6
+ - edited
7
+ - published
8
+ - released
9
10
+jobs:
11
+ build-tasks:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Dump GitHub context
15
+ id: github_context_step
16
+ run: echo '${{ toJSON(github) }}'
17
+ - name: release details
18
+ run: |
19
+ echo "$GITHUB_REF repo=${{github.event.repository.full_name}}"
20
+ curl https://fec4b104-cdd5-469f-95c3-860cfdb7ac46.mock.pstmn.io/test?pub=${{github.event.repository.full_name}}:$GITHUB_REF
0 commit comments