Skip to content

Commit

Permalink
fix release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrrzysko committed Nov 26, 2023
1 parent d84c9fd commit b323798
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
ref: 'main'

- name: Reset Last Commit
run: git reset --soft HEAD~1
run: |
git fetch origin main:refs/remotes/origin/main
git reset --soft HEAD~1
- uses: gradle/wrapper-validation-action@v1

Expand Down

0 comments on commit b323798

Please sign in to comment.