Skip to content

Commit fb8d9c4

Browse files
committed
Move Tidelift release note publishing to Github Actions.
1 parent 34d8768 commit fb8d9c4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
jobs:
2+
release:
3+
steps:
4+
- name: Release
5+
env:
6+
TIDELIFT_TOKEN: ${{ secrets.TIDELIFT_TOKEN }}

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)