Skip to content

Commit

Permalink
πŸ› Fix release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Aug 9, 2020
1 parent 365cc69 commit b52aa2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
git fetch origin refs/heads/release:release
git checkout release
cp cache-action-entrypoint/build/distributions/cache-action-entrypoint.js* dist/
rm dist/gradle-cache-action.js*
git checkout main action.yml
git add dist/ action.yml
if git diff --staged --quiet; then
Expand Down

0 comments on commit b52aa2f

Please sign in to comment.