Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers authored Jul 30, 2021
1 parent 825ffbb commit 738e6c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ jobs:
with:
path: artifacts
- name: Create GitHub release
uses: docker://antonyurchenko/git-release:latest
uses: docker://antonyurchenko/git-release:v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ALLOW_TAG_PREFIX: true
with:
args: artifacts/*/*.tar.gz
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Fetch tags
run: git fetch --tags
- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 738e6c1

Please sign in to comment.