Skip to content

Commit

Permalink
Fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Dec 28, 2020
1 parent 0c6b636 commit be996bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: return context.repo.repo + "-" + context.payload.ref.split("/")[-1];
script: return context.repo.repo + "-" + context.payload.ref.split("/")[2];
result-encoding: string
- name: Create branch
run: git checkout -b ${{ steps.get_branch.outputs.result }}
Expand Down

0 comments on commit be996bc

Please sign in to comment.