Skip to content

Commit

Permalink
Use actions/checkout@v3
Browse files Browse the repository at this point in the history
this is now required to access the github.workspace folder
  • Loading branch information
user committed Feb 16, 2023
1 parent d3e40de commit 5956c5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout source
uses: actions/checkout@v3

- name: Download release
uses: i3h/download-release-asset@v1
with:
Expand Down

0 comments on commit 5956c5f

Please sign in to comment.