Skip to content

Commit

Permalink
Migrate Github Actions to YAML format
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Sep 7, 2019
1 parent f4db79e commit cfb965d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/main.workflow

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release published
on:
release:
types: [published]
jobs:
add-changelog:
name: Add Changelog
runs-on: ubuntu-latest
steps:
- name: Add Changelog
uses: nexmo/github-actions/nexmo-changelog@master
env:
CHANGELOG_AUTH_TOKEN: ${{ secrets.CHANGELOG_AUTH_TOKEN }}
CHANGELOG_CATEGORY: Server SDK
CHANGELOG_RELEASE_TITLE: nexmo-dotnet
CHANGELOG_SUBCATEGORY: dotnet

0 comments on commit cfb965d

Please sign in to comment.