Skip to content

Commit

Permalink
Update refresh-osd.yml
Browse files Browse the repository at this point in the history
- fix wrong version of svenstaro/upload-release-action
  • Loading branch information
brownag authored Feb 19, 2024
1 parent da59a37 commit a719d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refresh-osd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: Rscript -e 'system(sprintf("git commit -am \"SC Data Refresh - %s\"", Sys.Date()))'
- run: git push
- name: Upload snapshot to release
uses: svenstaro/upload-release-action@v3
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "*-data-snapshot.zip"
Expand Down

0 comments on commit a719d86

Please sign in to comment.