Skip to content

Commit

Permalink
Merge pull request #1128 from ErikDanielsson/update-release-gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels authored Jun 26, 2021
2 parents 75a6852 + 5596da9 commit aa1a82d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tools-api-docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
dir: [latest, $GITHUB_REF]

dir:
- latest
- ${{ github.event.release.tag_name }}
steps:
- name: Check out source-code repository
uses: actions/checkout@v2
Expand Down

0 comments on commit aa1a82d

Please sign in to comment.