Skip to content

Commit

Permalink
Merge pull request #14 from moia-oss/run-workflow-only-on-tag
Browse files Browse the repository at this point in the history
Run workflow only on tag + update docs
  • Loading branch information
oppermax authored Jan 4, 2023
2 parents b125916 + ea160b0 commit d9f339a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
name: release
on:
push:
branches: [ main ]
tags:
- 'v*'
jobs:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ provider. To specify a particular provider version when installing released prov

To instead use a custom-built provider in your Terraform environment (e.g. the provider binary from the build instructions above), follow the instructions to [install it as a plugin](https://www.terraform.io/docs/plugins/basics.html#installing-plugins). After placing the custom-built provider into your plugins' directory, run `terraform init` to initialize it.

## Releasing a new provider version

The release of the provider is done automatically with a [GitHub action](.github/workflows/release.yaml). The workflow gets triggered if a new tag is created.
Tags can be created with the GitHub web UI or the command line.

The release is signed with a GPG key that is stored as a repository secret and in [terraform](https://registry.terraform.io/providers/moia-oss/opensearch-dashboards/).

## Contributing

We really appreciate your help!
Expand Down

0 comments on commit d9f339a

Please sign in to comment.