Skip to content

Commit

Permalink
make workflow work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalig committed Dec 15, 2020
1 parent 7f34ed8 commit f705d79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v2
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
- run: echo ::set-env name=PULL_NUMBER::$(echo "$GITHUB_REF" | awk -F / '{print $3}')
shell: bash
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit f705d79

Please sign in to comment.