Skip to content

Commit

Permalink
Fixing release action by checking out the tag not develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas2751 authored Jan 12, 2021
1 parent 37c82c7 commit d8ea876
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ref: develop
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit d8ea876

Please sign in to comment.