Skip to content

Commit

Permalink
cicd: Set package type in correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota-marshall committed Aug 23, 2023
1 parent d5cb887 commit 8d3817f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ create_release:
description: '$CI_COMMIT_TAG_MESSAGE'
ref: '$CI_COMMIT_SHA'
assets:
package:
links:
- name: 'PyPI Package'
url: 'https://pypi.org/project/ogsapi/$RELEASE_NUMBER/'
link_type: 'package'
rules:
- if: $CI_COMMIT_TAG

0 comments on commit 8d3817f

Please sign in to comment.