Skip to content

Commit

Permalink
Merge pull request #39 from Digital-HR/hotfix/v0.4.5
Browse files Browse the repository at this point in the history
GitHub Actions fixes
  • Loading branch information
jidicula authored Mar 19, 2021
2 parents 6a8c39a + e9c2214 commit 05fd93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: "Get PR number"
run: |
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request
echo PR_NUMBER=$(sed 's/\/merge//' <<< "${${{github.ref}}#refs/pull/}") >> $GITHUB_ENV
echo "PR_NUMBER=#${{ github.event.pull_request.number }}" >> $GITHUB_ENV
echo "${{env.PR_NUMBER}}"
- name: "Mirror release PR to dev"
uses: thomaseizinger/[email protected]
Expand All @@ -70,7 +70,7 @@ jobs:
with:
head: ${{env.BRANCH_NAME}}
base: dev
title: Release ${{env.RELEASE_VERSION}}
title: Release ${{env.RELEASE_VERSION}} Cleanup
reviewers: ${{ github.actor }} # By default, we request a review from the person who triggered the workflow.
body: |
Hi @${{ github.actor }}!
Expand Down

0 comments on commit 05fd93a

Please sign in to comment.