Skip to content

Commit

Permalink
Fixed Release on Continuous Delivery (#54)
Browse files Browse the repository at this point in the history
### Changes
 * Change typo on package version referral on continuous_delivery.yml.
  • Loading branch information
shaharbar1 authored Sep 4, 2024
1 parent 834f5a5 commit dc2fd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
release_id: draftRelease.id,
tag_name: version,
name: version,
tag_name: package-version,
name: package-version,
draft: false
});
} else {
Expand Down

0 comments on commit dc2fd98

Please sign in to comment.