Skip to content

Commit 1267cbe

Browse files
authored
fix: remove license field that can not be used with license_file (#22)
1 parent 9ccccc4 commit 1267cbe

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: ncipollo/release-action@v1.16.0
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}
36-
draft: false
36+
draft: true
3737
prerelease: false
3838
artifacts: "release/${{env.NAMESPACE}}-${{env.COLLECTION_NAME}}*.tar.gz"
3939

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
1. Create and push a new tag e.g `v2.3.5`
1313
1. GitHub actions will trigger on tag and do a build & release of the tagged version
1414
1. Check [the release page](https://github.com/UpCloudLtd/upcloud-ansible-collection/releases) for the release
15-
1. Add correct changelog to the release if it's missing
15+
1. Add correct changelog to the release if it's missing and publish the release
1616
1. Done!

galaxy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ readme: README.md
55
authors:
66
- UpCloud developers (github.com/UpCloudLtd)
77
description: A collection for managing UpCloud resources & inventory
8-
license:
9-
- MIT
108
license_file: 'LICENSE'
119
tags:
1210
- upcloud

0 commit comments

Comments
 (0)