mirror of
https://github.com/pablouser1/ProxiTok.git
synced 2024-12-06 19:27:30 +01:00
Removed Following (use RSS), allow unix for Redis
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name: Create Tag
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Get version
|
||||
id: version
|
||||
uses: notiz-dev/github-action-json-property@release
|
||||
with:
|
||||
path: 'composer.json'
|
||||
prop_path: 'version'
|
||||
- name: Create Release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: v${{steps.version.outputs.prop}}
|
||||
allowUpdates: true
|
||||
Reference in New Issue
Block a user