Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 620 Bytes

File metadata and controls

22 lines (11 loc) · 620 Bytes

Configure

  1. Create a directory at the root of your repo called .github/workflows

  2. Place the release.yml from this directory there

  3. Obtain needed accounts and tokens from the language specific package managers you will use

  4. Add any needed tokens to the actions secrets for your repository or organization

  5. Customize the release.yml with the correct tokens using the format:

    ${{ secrets.MyTokenName }}

  6. Delete this directory if desired

Deploy

  1. Push a tag to your repo in the format "v0.0.0" to initiate a release

  2. IMPORTANT: also add a tag in the format "sdk/v0.0.0" for the Go SDK