Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Mar 24, 2024
1 parent e383aff commit e99b12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
script: |
const owner = context.repo.owner;
const repo = context.repo.repo;
const tag_name = context.ref.replace(/\/refs\/tags\//, '');
const tag_name = context.ref.replace(/refs\/tags\//, '');
github.rest.repos.createRelease({
owner,
Expand Down

0 comments on commit e99b12a

Please sign in to comment.