mirror of
https://github.com/plutov/paypal.git
synced 2025-02-02 15:10:36 +01:00
remove workflows
This commit is contained in:
parent
a678ccb4b1
commit
905bf2eaf2
19
.github/workflows/release.yml
vendored
19
.github/workflows/release.yml
vendored
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
name: "release"
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types:
|
|
||||||
- "closed"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: "Release"
|
|
||||||
runs-on: "ubuntu-latest"
|
|
||||||
steps:
|
|
||||||
- name: Tag
|
|
||||||
uses: K-Phoen/semver-release-action@master
|
|
||||||
with:
|
|
||||||
release_branch: master
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user