Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #466 from pwa-builder/fix-action
Browse files Browse the repository at this point in the history
fix(): check out code first
  • Loading branch information
jgw96 authored Oct 29, 2020
2 parents 563360e + 59e2991 commit add7495
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Get version from package.json
uses: nyaayaya/package-version@v1
with:
Expand Down

0 comments on commit add7495

Please sign in to comment.