Skip to content

Commit

Permalink
ci(release): use correct tag for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Nov 22, 2024
1 parent ce0721e commit 02175fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-kb-bert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

needs:
- test-build
if: success() && startsWith(github.ref, 'refs/tags/v')
if: success() && startsWith(github.ref, 'refs/tags/word-prediction-kb-bert-v')
runs-on: ubuntu-latest
environment: release
permissions:
Expand Down

0 comments on commit 02175fc

Please sign in to comment.