Skip to content

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
thucke committed Mar 16, 2021
2 parents 07b8913 + 02d6a85 commit 65b0ec9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -6,7 +6,7 @@ on:
release:
types: [released]
workflow_dispatch:

jobs:
publish:
name: Publish new version to TER
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Get version
id: get-version
run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}

- name: Fetch release details from ${{ github.repository }}
id: get_latest_release
uses: octokit/request-action@v2.x
Expand All @@ -33,6 +33,7 @@ jobs:
repo: ${{ github.event.repository.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

#see: https://trstringer.com/github-actions-multiline-strings/
#substituting the %, \n, and \r characters
- name: Store release body
Expand Down

0 comments on commit 65b0ec9

Please sign in to comment.