Skip to content

Commit

Permalink
Brackets.io Update: Please merge this pull request. (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
brackets-io authored Aug 11, 2023
1 parent 1be14ce commit d949c33
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publishToPhcode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish extension to Brackets/phcode.dev extension store
# 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: release to extension store
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

0 comments on commit d949c33

Please sign in to comment.