Skip to content

Commit

Permalink
fix(ci): fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jul 2, 2020
1 parent e4de481 commit 7188d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- name: Set up Python
- name: Publish to Circle CI
run: |
circleci orb publish src/@orb.yml gitguardian/ggshield@${{ github.ref }} --token=${{ secrets.CIRCLE_CI_TOKEN }}
circleci orb publish src/@orb.yml gitguardian/ggshield@${GITHUB_REF#refs/*/} --token=${{ secrets.CIRCLE_CI_TOKEN }}
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7188d28

Please sign in to comment.