Skip to content

Commit

Permalink
Merge pull request #18 from brackets-io/main
Browse files Browse the repository at this point in the history
Brackets.io Update: Please merge this pull request.
  • Loading branch information
abose authored Mar 18, 2023
2 parents 59f16ce + 1dfb1c0 commit ba0ce69
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 ba0ce69

Please sign in to comment.