Skip to content

Commit

Permalink
Trigger actual release process
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Jan 21, 2021
1 parent f924f47 commit 88c77f3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
jobs:
cut-release:
# Trigger only on merge of [release] pull request
if: startsWith(github.event.pull_request.title, '[release]')
# FIXME
# && github.event.pull_request.merged == true
if: startsWith(github.event.pull_request.title, '[release]') && github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -28,11 +26,5 @@ jobs:
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "github@actions.ci"
git branch
git log -3
git checkout HEAD~1
git log -1
git status
# FIXME
# ./script/release-publish.sh
./script/release-publish.sh

0 comments on commit 88c77f3

Please sign in to comment.