Skip to content

Commit

Permalink
use correct tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
mki-c2c committed Jul 30, 2024
1 parent 11829bd commit 44cc2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# headers:
owner: 'Geoportail-Luxembourg'
repo: 'luxembourg-geoportail'
tag_name: 'CI_${{ github.ref }}'
target_committish: ${{ github.ref }}
tag_name: ${{ github.ref }}
# target_committish: ${{ github.ref }}
- uses: actions/checkout@v3
with:
persist-credentials: false
Expand Down

0 comments on commit 44cc2bb

Please sign in to comment.